COLOR #6CCFA9

HEX: #6CCFA9 RGB: (108,207,169)

Color info

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

RGB color model

#6CCFA9 color RGB value is (108,207,169).

RGB: (108,207,169) (42%, 81%, 66%)

RGB channels and saturation

R 108 of 255 = 42%
G 207 of 255 = 81%
B 169 of 255 = 66%

108
207
169

R + G + B ~ 63%. #6CCFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 207 + 169 = 484 (100%)
R 108 of 484 ~ 22.31%
G 207 of 484 ~ 42.77%
B 169 of 484 ~ 34.92'%

%22.31
%42.77
%34.92

CMYK color model

#6CCFA9 color CMYK value is (48,0,18,19).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 18.36%
  • key color value is 18.82%

CMYK: (48,0,18,19)
C48M0Y18K19 (48%, 0%, 18%, 19%)
(0.48 / 0.00 / 0.18 / 0.19)

CMYK percentages

%47.83
%0
%18.36
%18.82

Codes

Color #6CCFA9 in popluar color models

6C CF A9
RGB 108 207 169
HSL 157° 50.77% 61.76%
HSB/HSV 157° 47.83% 81.18%
CMYK 47.83% 0.00% 18.36%
18.82%

Color #6CCFA9 in popluar number systems.

HEX 6C CF A9
Decimal 108 207 169
Binary 1101100 11001111 10101001
Octal 154 317 251

Shades and tints

Shades of #6CCFA9

#6CCFA9
(108,207,169)
#63BD9A
(99,189,154)
#5AAB8B
(90,171,139)
#51997C
(81,153,124)
#48876D
(72,135,109)
#3F755E
(63,117,94)
#36634F
(54,99,79)
#2D5140
(45,81,64)
#243F31
(36,63,49)
#1B2D22
(27,45,34)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #6CCFA9

#6CCFA9
(108,207,169)
#79D3B0
(121,211,176)
#86D7B7
(134,215,183)
#93DBBE
(147,219,190)
#A0DFC5
(160,223,197)
#ADE3CC
(173,227,204)
#BAE7D3
(186,231,211)
#C7EBDA
(199,235,218)
#D4EFE1
(212,239,225)
#E1F3E8
(225,243,232)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCFA9 color. Also use rgb(108,207,169) instead hex code.

Text Font Color

.myTextColor { color: #6CCFA9; }

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

This text font color is #6CCFA9.

Background Color

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

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

This div background color is #6CCFA9.

Border color

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

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

This div border color is #6CCFA9.

Opacity

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

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

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

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

This text has shadow with #6CCFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CCFA9.

Preview

Color preview on black background

This text has color #6CCFA9 on black background.


Color preview on white background

This text has color #6CCFA9 on white background.


Black color preview on #6CCFA9 background

This text has black color on #6CCFA9 background.


White color preview on #6CCFA9 background

This text has white color on #6CCFA9 background.


Related colors

Complementary color

Complementary color for #hex is #933056.


I love getcolorcode.com

Triadic colors

1 #A96CCF and #CFA96C with #6CCFA9 are triadic colors.

2 #A9CF6C and #CF6CA9 with #6CCFA9 are triadic colors.