Shades of Reef #C0EA97
Tints of Reef #C0EA97
RGB
CMYK
RGB Variations
Color information
#C0EA97 (or 0xC0EA97) is known color: Reef. HEX triplet: C0, EA and 97. RGB value is (192,234,151). Sum of RGB (Red+Green+Blue) = 192+234+151=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA97 is #3F1568. Grayscale: #D4D4D4. Windows color (decimal): -4134249 or 9956032. OLE color: 9956032.
HSL color Cylindrical-coordinate representation of color #C0EA97: hue angle of 90.36º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0EA97 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 151 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.08 |
| HSL | 90.36º | 0.66% | 0.75% | - |
| HSV(B) | 90.36º | 0.35% | 0.92% | - |
| XYZ | 56.75 | 72.29 | 40.24 | - |
| YUV | 211.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 151 | 0.18 | 0 | 0.35 | 0.08 | 90.36 | 0.66 | 0.75 |
| Hex | C0 | EA | 97 | 12 | 0 | 23 | 8 | 5A | 42 | 4B |
| Octal | 300 | 352 | 227 | 22 | 0 | 43 | 10 | 132 | 102 | 113 |
| Binary | 11000000 | 11101010 | 10010111 | 10010 | 0 | 100011 | 1000 | 1011010 | 1000010 | 1001011 |
Color Harmonies of #C0EA97
Complementary color
Monochromatic Colors of #C0EA97
Black with #C0EA97
Text Example
Text Example
White with #C0EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA97; }
p { color: rgb(192,234,151); }
H1.HeaderClassName
{
color: #C0EA97;
}
.AnyTagClassName
{
color: #C0EA97;
}
</style>
background-color css
<style>
a { background-color: #C0EA97; }
a { background-color: rgb(192,234,151); }
div.DivClassName
{
background-color: #C0EA97;
}
.BgClassName
{
background-color: #C0EA97;
}
</style>
border-color css
<style>
span { border-color: #C0EA97; }
span { border-color: rgb(192,234,151); }
td.TdClassName
{
border-color: #C0EA97;
}
.TagClassName
{
border-color: #C0EA97;
}
</style>