Shades of Reef #C2EB9C
Tints of Reef #C2EB9C
RGB
CMYK
RGB Variations
Color information
#C2EB9C (or 0xC2EB9C) is known color: Reef. HEX triplet: C2, EB and 9C. RGB value is (194,235,156). Sum of RGB (Red+Green+Blue) = 194+235+156=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB9C is #3D1463. Grayscale: #D6D6D6. Windows color (decimal): -4002916 or 10283970. OLE color: 10283970.
HSL color Cylindrical-coordinate representation of color #C2EB9C: hue angle of 91.14º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2EB9C is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 156 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.08 |
| HSL | 91.14º | 0.66% | 0.77% | - |
| HSV(B) | 91.14º | 0.34% | 0.92% | - |
| XYZ | 57.96 | 73.29 | 42.54 | - |
| YUV | 213.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 156 | 0.17 | 0 | 0.34 | 0.08 | 91.14 | 0.66 | 0.77 |
| Hex | C2 | EB | 9C | 11 | 0 | 22 | 8 | 5B | 42 | 4D |
| Octal | 302 | 353 | 234 | 21 | 0 | 42 | 10 | 133 | 102 | 115 |
| Binary | 11000010 | 11101011 | 10011100 | 10001 | 0 | 100010 | 1000 | 1011011 | 1000010 | 1001101 |
Color Harmonies of #C2EB9C
Complementary color
Monochromatic Colors of #C2EB9C
Black with #C2EB9C
Text Example
Text Example
White with #C2EB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB9C; }
p { color: rgb(194,235,156); }
H1.HeaderClassName
{
color: #C2EB9C;
}
.AnyTagClassName
{
color: #C2EB9C;
}
</style>
background-color css
<style>
a { background-color: #C2EB9C; }
a { background-color: rgb(194,235,156); }
div.DivClassName
{
background-color: #C2EB9C;
}
.BgClassName
{
background-color: #C2EB9C;
}
</style>
border-color css
<style>
span { border-color: #C2EB9C; }
span { border-color: rgb(194,235,156); }
td.TdClassName
{
border-color: #C2EB9C;
}
.TagClassName
{
border-color: #C2EB9C;
}
</style>