COLOR #6CC196

HEX: #6CC196
RGB: (108,193,150)

Renk bilgisi

#6CC196 contains mainly green and blue colors. #6CC196 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6CC196 color RGB value is (108,193,150).

  • kırmız ton 108;
  • yeşil ton 193;
  • mavi ton 150.
RGB:
(108,193,150)
(42%,76%,59%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 193 of 255 = 76%
B 150 of 255 = 59%

108
193
150

R + G + B ~ 59%. #6CC196 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 193 + 150 = 451 (100%)
R 108 of 451 ~ 23.95%
G 193 of 451 ~ 42.79%
B 150 of 451 ~ 33.26%

%23.95
%42.79
%33.26

CMYK RENK MODELİ

#6CC196 rengi CMYK tonu (44,0,22,24).

  • camgöbeği tonu 44.04%
  • eflatun tonu 0.00%
  • sarı tonu 22.28%
  • ana renk tonu 24.31%
CMYK:
(44,0,22,24)
C44M0Y22K24 
(44%,0%,22%,24%)
(0.44/0.00/0.22/0.24)	

CMYK yüzdeleri

%44.04
%0
%22.28
%24.31

Codes

Color #6CC196 in popluar color models

6CC196
RGB108193150
HSL150°40.67%59.02%
HSB/HSV150°44.04%75.69%
CMYK44.04%0.00%22.28%
24.31%

Color #6CC196 in popluar number systems.

HEX6CC196
Decimal108193150
Binary11011001100000110010110
Octal154301226

Shades and tints

Shades of #6CC196

#6CC196
(108,193,150)
#63B089
(99,176,137)
#5A9F7C
(90,159,124)
#518E6F
(81,142,111)
#487D62
(72,125,98)
#3F6C55
(63,108,85)
#365B48
(54,91,72)
#2D4A3B
(45,74,59)
#24392E
(36,57,46)
#1B2821
(27,40,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #6CC196

#6CC196
(108,193,150)
#79C69F
(121,198,159)
#86CBA8
(134,203,168)
#93D0B1
(147,208,177)
#A0D5BA
(160,213,186)
#ADDAC3
(173,218,195)
#BADFCC
(186,223,204)
#C7E4D5
(199,228,213)
#D4E9DE
(212,233,222)
#E1EEE7
(225,238,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC196 color. Also use rgb(108,193,150) instead hex code.

Text Font Color

.myTextColor { color: #6CC196; }

<p style="color:#6CC196">This sample text font color is #6CC196.</p>

This text font color is #6CC196.


Background Color

.myBgColor { background-color: #6CC196; }

<div style="background-color:#6CC196">Inner text</div>

This div background color is #6CC196.


Border color

.myBorderColor { border: 1px solid #6CC196; }

<div style="border:3px solid #6CC196">Div</div>

This div border color is #6CC196.


Opacity

.myOpacity80 { color: #6CC196; opacity: 0.8; }

<p style="color:#6CC196;opacity:0.8;">80%</p>

Text with #6CC196 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6CC196;}

<p style="text-shadow: 3px 3px 1px #6CC196">Text here.</p>

This text has shadow with #6CC196 color.

.textShadow {text-shadow: 3px 3px 1px #6CC196, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6CC196, 5px 5px 20px red">Text here.</p>

This text has shadow with #6CC196 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CC196, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6CC196, Direction=45, Strength=4)">Text</p>

This text has shadow with #6CC196 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6CC196;
  -webkit-box-shadow:	1px 1px 3px 2px #6CC196;
  box-shadow:		1px 1px 3px 2px #6CC196;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CC196;
-webkit-box-shadow: 1px 1px 3px 2px #6CC196;
box-shadow:1px 1px 3px 2px #6CC196;">
Div content here</div>
This div box has shadow with color #6CC196.

Preview

Color preview on black background

This text has color #6CC196 on black background.


Color preview on white background

This text has color #6CC196 on white background.



Black color preview on #6CC196 background

This text has black color on #6CC196 background.


White color preview on #6CC196 background

This text has white color on #6CC196 background.