Shades of Reef #C0E998
Tints of Reef #C0E998
RGB
CMYK
RGB Variations
Color information
#C0E998 (or 0xC0E998) is known color: Reef. HEX triplet: C0, E9 and 98. RGB value is (192,233,152). Sum of RGB (Red+Green+Blue) = 192+233+152=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E998 is #3F1667. Grayscale: #D3D3D3. Windows color (decimal): -4134504 or 10021312. OLE color: 10021312.
HSL color Cylindrical-coordinate representation of color #C0E998: hue angle of 90.37º degrees, saturation: 0.65, 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 #C0E998 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 152 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.09 |
| HSL | 90.37º | 0.65% | 0.75% | - |
| HSV(B) | 90.37º | 0.35% | 0.91% | - |
| XYZ | 56.54 | 71.75 | 40.57 | - |
| YUV | 211.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 152 | 0.18 | 0 | 0.35 | 0.09 | 90.37 | 0.65 | 0.75 |
| Hex | C0 | E9 | 98 | 12 | 0 | 23 | 9 | 5A | 41 | 4B |
| Octal | 300 | 351 | 230 | 22 | 0 | 43 | 11 | 132 | 101 | 113 |
| Binary | 11000000 | 11101001 | 10011000 | 10010 | 0 | 100011 | 1001 | 1011010 | 1000001 | 1001011 |
Color Harmonies of #C0E998
Complementary color
Monochromatic Colors of #C0E998
Black with #C0E998
Text Example
Text Example
White with #C0E998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E998; }
p { color: rgb(192,233,152); }
H1.HeaderClassName
{
color: #C0E998;
}
.AnyTagClassName
{
color: #C0E998;
}
</style>
background-color css
<style>
a { background-color: #C0E998; }
a { background-color: rgb(192,233,152); }
div.DivClassName
{
background-color: #C0E998;
}
.BgClassName
{
background-color: #C0E998;
}
</style>
border-color css
<style>
span { border-color: #C0E998; }
span { border-color: rgb(192,233,152); }
td.TdClassName
{
border-color: #C0E998;
}
.TagClassName
{
border-color: #C0E998;
}
</style>