Shades of Reef #C0E896
Tints of Reef #C0E896
RGB
CMYK
RGB Variations
Color information
#C0E896 (or 0xC0E896) is known color: Reef. HEX triplet: C0, E8 and 96. RGB value is (192,232,150). Sum of RGB (Red+Green+Blue) = 192+232+150=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E896 is #3F1769. Grayscale: #D2D2D2. Windows color (decimal): -4134762 or 9889984. OLE color: 9889984.
HSL color Cylindrical-coordinate representation of color #C0E896: hue angle of 89.27º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0E896 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 150 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.09 |
| HSL | 89.27º | 0.64% | 0.75% | - |
| HSV(B) | 89.27º | 0.35% | 0.91% | - |
| XYZ | 56.1 | 71.12 | 39.63 | - |
| YUV | 210.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 150 | 0.17 | 0 | 0.35 | 0.09 | 89.27 | 0.64 | 0.75 |
| Hex | C0 | E8 | 96 | 11 | 0 | 23 | 9 | 59 | 40 | 4B |
| Octal | 300 | 350 | 226 | 21 | 0 | 43 | 11 | 131 | 100 | 113 |
| Binary | 11000000 | 11101000 | 10010110 | 10001 | 0 | 100011 | 1001 | 1011001 | 1000000 | 1001011 |
Color Harmonies of #C0E896
Complementary color
Monochromatic Colors of #C0E896
Black with #C0E896
Text Example
Text Example
White with #C0E896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E896; }
p { color: rgb(192,232,150); }
H1.HeaderClassName
{
color: #C0E896;
}
.AnyTagClassName
{
color: #C0E896;
}
</style>
background-color css
<style>
a { background-color: #C0E896; }
a { background-color: rgb(192,232,150); }
div.DivClassName
{
background-color: #C0E896;
}
.BgClassName
{
background-color: #C0E896;
}
</style>
border-color css
<style>
span { border-color: #C0E896; }
span { border-color: rgb(192,232,150); }
td.TdClassName
{
border-color: #C0E896;
}
.TagClassName
{
border-color: #C0E896;
}
</style>