Shades of Reef #C0E196
Tints of Reef #C0E196
RGB
CMYK
RGB Variations
Color information
#C0E196 (or 0xC0E196) is known color: Reef. HEX triplet: C0, E1 and 96. RGB value is (192,225,150). Sum of RGB (Red+Green+Blue) = 192+225+150=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E196 is #3F1E69. Grayscale: #CECECE. Windows color (decimal): -4136554 or 9888192. OLE color: 9888192.
HSL color Cylindrical-coordinate representation of color #C0E196: hue angle of 86.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0E196 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 150 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.12 |
| HSL | 86.4º | 0.56% | 0.74% | - |
| HSV(B) | 86.4º | 0.33% | 0.88% | - |
| XYZ | 54.17 | 67.26 | 38.98 | - |
| YUV | 206.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 150 | 0.15 | 0 | 0.33 | 0.12 | 86.4 | 0.56 | 0.74 |
| Hex | C0 | E1 | 96 | F | 0 | 21 | C | 56 | 38 | 4A |
| Octal | 300 | 341 | 226 | 17 | 0 | 41 | 14 | 126 | 70 | 112 |
| Binary | 11000000 | 11100001 | 10010110 | 1111 | 0 | 100001 | 1100 | 1010110 | 111000 | 1001010 |
Color Harmonies of #C0E196
Complementary color
Monochromatic Colors of #C0E196
Black with #C0E196
Text Example
Text Example
White with #C0E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E196; }
p { color: rgb(192,225,150); }
H1.HeaderClassName
{
color: #C0E196;
}
.AnyTagClassName
{
color: #C0E196;
}
</style>
background-color css
<style>
a { background-color: #C0E196; }
a { background-color: rgb(192,225,150); }
div.DivClassName
{
background-color: #C0E196;
}
.BgClassName
{
background-color: #C0E196;
}
</style>
border-color css
<style>
span { border-color: #C0E196; }
span { border-color: rgb(192,225,150); }
td.TdClassName
{
border-color: #C0E196;
}
.TagClassName
{
border-color: #C0E196;
}
</style>