COLOR #6CCAA8

HEX: #6CCAA8
RGB: (108,202,168)

Color info

#6CCAA8 contains mainly green and blue colors. Web safe color of #6CCAA8 is #66CC99 (or #6C9).

RGB color model

#6CCAA8 color RGB value is (108,202,168).

  • red value is 108;
  • green value is 202;
  • blue value is 168.
RGB:
(108,202,168)
(42%,79%,66%)

RGB channels and saturation

R 108 of 255 = 42%
G 202 of 255 = 79%
B 168 of 255 = 66%

108
202
168

R + G + B ~ 62%. #6CCAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 202 + 168 = 478 (100%)
R 108 of 478 ~ 22.59%
G 202 of 478 ~ 42.26%
B 168 of 478 ~ 35.15%

%22.59
%42.26
%35.15

CMYK color model

#6CCAA8 color CMYK value is (47,0,17,21).

  • cyan value is 46.53%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 20.78%
CMYK:
(47,0,17,21)
C47M0Y17K21 
(47%,0%,17%,21%)
(0.47/0.00/0.17/0.21)	

CMYK percentages

%46.53
%0
%16.83
%20.78

Codes

Color #6CCAA8 in popluar color models

6CCAA8
RGB108202168
HSL158°47.00%60.78%
HSB/HSV158°46.53%79.22%
CMYK46.53%0.00%16.83%
20.78%

Color #6CCAA8 in popluar number systems.

HEX6CCAA8
Decimal108202168
Binary11011001100101010101000
Octal154312250

Shades and tints

Shades of #6CCAA8

#6CCAA8
(108,202,168)
#63B899
(99,184,153)
#5AA68A
(90,166,138)
#51947B
(81,148,123)
#48826C
(72,130,108)
#3F705D
(63,112,93)
#365E4E
(54,94,78)
#2D4C3F
(45,76,63)
#243A30
(36,58,48)
#1B2821
(27,40,33)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #6CCAA8

#6CCAA8
(108,202,168)
#79CEAF
(121,206,175)
#86D2B6
(134,210,182)
#93D6BD
(147,214,189)
#A0DAC4
(160,218,196)
#ADDECB
(173,222,203)
#BAE2D2
(186,226,210)
#C7E6D9
(199,230,217)
#D4EAE0
(212,234,224)
#E1EEE7
(225,238,231)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCAA8 color. Also use rgb(108,202,168) instead hex code.

Text Font Color

.myTextColor { color: #6CCAA8; }

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

This text font color is #6CCAA8.


Background Color

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

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

This div background color is #6CCAA8.


Border color

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

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

This div border color is #6CCAA8.


Opacity

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

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

Text with #6CCAA8 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 #6CCAA8;}

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

This text has shadow with #6CCAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCAA8 on black background.


Color preview on white background

This text has color #6CCAA8 on white background.



Black color preview on #6CCAA8 background

This text has black color on #6CCAA8 background.


White color preview on #6CCAA8 background

This text has white color on #6CCAA8 background.