Shades of Reef #C0E997
Tints of Reef #C0E997
RGB
CMYK
RGB Variations
Color information
#C0E997 (or 0xC0E997) is known color: Reef. HEX triplet: C0, E9 and 97. RGB value is (192,233,151). Sum of RGB (Red+Green+Blue) = 192+233+151=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E997 is #3F1668. Grayscale: #D3D3D3. Windows color (decimal): -4134505 or 9955776. OLE color: 9955776.
HSL color Cylindrical-coordinate representation of color #C0E997: hue angle of 90º 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 #C0E997 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 151 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.09 |
| HSL | 90º | 0.65% | 0.75% | - |
| HSV(B) | 90º | 0.35% | 0.91% | - |
| XYZ | 56.46 | 71.72 | 40.15 | - |
| YUV | 211.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 151 | 0.18 | 0 | 0.35 | 0.09 | 90 | 0.65 | 0.75 |
| Hex | C0 | E9 | 97 | 12 | 0 | 23 | 9 | 5A | 41 | 4B |
| Octal | 300 | 351 | 227 | 22 | 0 | 43 | 11 | 132 | 101 | 113 |
| Binary | 11000000 | 11101001 | 10010111 | 10010 | 0 | 100011 | 1001 | 1011010 | 1000001 | 1001011 |
Color Harmonies of #C0E997
Complementary color
Monochromatic Colors of #C0E997
Black with #C0E997
Text Example
Text Example
White with #C0E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E997; }
p { color: rgb(192,233,151); }
H1.HeaderClassName
{
color: #C0E997;
}
.AnyTagClassName
{
color: #C0E997;
}
</style>
background-color css
<style>
a { background-color: #C0E997; }
a { background-color: rgb(192,233,151); }
div.DivClassName
{
background-color: #C0E997;
}
.BgClassName
{
background-color: #C0E997;
}
</style>
border-color css
<style>
span { border-color: #C0E997; }
span { border-color: rgb(192,233,151); }
td.TdClassName
{
border-color: #C0E997;
}
.TagClassName
{
border-color: #C0E997;
}
</style>