Shades of Reef #C2EC9E
Tints of Reef #C2EC9E
RGB
CMYK
RGB Variations
Color information
#C2EC9E (or 0xC2EC9E) is known color: Reef. HEX triplet: C2, EC and 9E. RGB value is (194,236,158). Sum of RGB (Red+Green+Blue) = 194+236+158=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EC9E is #3D1361. Grayscale: #D6D6D6. Windows color (decimal): -4002658 or 10415298. OLE color: 10415298.
HSL color Cylindrical-coordinate representation of color #C2EC9E: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2EC9E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 158 | - |
CMYK | 0.18 | 0 | 0.33 | 0.07 |
HSL | 92.31º | 0.67% | 0.77% | - |
HSV(B) | 92.31º | 0.33% | 0.93% | - |
XYZ | 58.42 | 73.93 | 43.54 | - |
YUV | 214.55 | 96.09 | 113.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 158 | 0.18 | 0 | 0.33 | 0.07 | 92.31 | 0.67 | 0.77 |
Hex | C2 | EC | 9E | 12 | 0 | 21 | 7 | 5C | 43 | 4D |
Octal | 302 | 354 | 236 | 22 | 0 | 41 | 7 | 134 | 103 | 115 |
Binary | 11000010 | 11101100 | 10011110 | 10010 | 0 | 100001 | 111 | 1011100 | 1000011 | 1001101 |
Color Harmonies of #C2EC9E
Complementary color
Monochromatic Colors of #C2EC9E
Black with #C2EC9E
Text Example
Text Example
White with #C2EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC9E; }
p { color: rgb(194,236,158); }
H1.HeaderClassName
{
color: #C2EC9E;
}
.AnyTagClassName
{
color: #C2EC9E;
}
</style>
background-color css
<style>
a { background-color: #C2EC9E; }
a { background-color: rgb(194,236,158); }
div.DivClassName
{
background-color: #C2EC9E;
}
.BgClassName
{
background-color: #C2EC9E;
}
</style>
border-color css
<style>
span { border-color: #C2EC9E; }
span { border-color: rgb(194,236,158); }
td.TdClassName
{
border-color: #C2EC9E;
}
.TagClassName
{
border-color: #C2EC9E;
}
</style>