COLOR #6CD996

HEX: #6CD996 RGB: (108,217,150)

Color info

#6CD996 contains mainly green color. Web safe color of #6CD996 is #66CC99 (or #6C9).

RGB color model

#6CD996 color RGB value is (108,217,150).

RGB: (108,217,150) (42%, 85%, 59%)

RGB channels and saturation

R 108 of 255 = 42%
G 217 of 255 = 85%
B 150 of 255 = 59%

108
217
150

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

Portions of RGB colors in percentages

R + G + B = 108 + 217 + 150 = 475 (100%)
R 108 of 475 ~ 22.74%
G 217 of 475 ~ 45.68%
B 150 of 475 ~ 31.58'%

%22.74
%45.68
%31.58

CMYK color model

#6CD996 color CMYK value is (50,0,31,15).

  • cyan value is 50.23%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 14.90%

CMYK: (50,0,31,15)
C50M0Y31K15 (50%, 0%, 31%, 15%)
(0.50 / 0.00 / 0.31 / 0.15)

CMYK percentages

%50.23
%0
%30.88
%14.9

Codes

Color #6CD996 in popluar color models

6C D9 96
RGB 108 217 150
HSL 143° 58.92% 63.73%
HSB/HSV 143° 50.23% 85.10%
CMYK 50.23% 0.00% 30.88%
14.90%

Color #6CD996 in popluar number systems.

HEX 6C D9 96
Decimal 108 217 150
Binary 1101100 11011001 10010110
Octal 154 331 226

Shades and tints

Shades of #6CD996

#6CD996
(108,217,150)
#63C689
(99,198,137)
#5AB37C
(90,179,124)
#51A06F
(81,160,111)
#488D62
(72,141,98)
#3F7A55
(63,122,85)
#366748
(54,103,72)
#2D543B
(45,84,59)
#24412E
(36,65,46)
#1B2E21
(27,46,33)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #6CD996

#6CD996
(108,217,150)
#79DC9F
(121,220,159)
#86DFA8
(134,223,168)
#93E2B1
(147,226,177)
#A0E5BA
(160,229,186)
#ADE8C3
(173,232,195)
#BAEBCC
(186,235,204)
#C7EED5
(199,238,213)
#D4F1DE
(212,241,222)
#E1F4E7
(225,244,231)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CD996; }

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

This text font color is #6CD996.

Background Color

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

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

This div background color is #6CD996.

Border color

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

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

This div border color is #6CD996.

Opacity

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

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

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

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

This text has shadow with #6CD996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CD996.

Preview

Color preview on black background

This text has color #6CD996 on black background.


Color preview on white background

This text has color #6CD996 on white background.


Black color preview on #6CD996 background

This text has black color on #6CD996 background.


White color preview on #6CD996 background

This text has white color on #6CD996 background.


Related colors

Complementary color

Complementary color for #hex is #932669.


I love getcolorcode.com

Triadic colors

1 #966CD9 and #D9966C with #6CD996 are triadic colors.

2 #96D96C and #D96C96 with #6CD996 are triadic colors.