Shades of Reef #CEE99E
Tints of Reef #CEE99E
RGB
CMYK
RGB Variations
Color information
#CEE99E (or 0xCEE99E) is known color: Reef. HEX triplet: CE, E9 and 9E. RGB value is (206,233,158). Sum of RGB (Red+Green+Blue) = 206+233+158=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE99E is #311661. Grayscale: #D8D8D8. Windows color (decimal): -3216994 or 10414542. OLE color: 10414542.
HSL color Cylindrical-coordinate representation of color #CEE99E: hue angle of 81.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEE99E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 158 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.09 |
| HSL | 81.6º | 0.63% | 0.77% | - |
| HSV(B) | 81.6º | 0.32% | 0.91% | - |
| XYZ | 60.76 | 73.87 | 43.4 | - |
| YUV | 216.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 158 | 0.12 | 0 | 0.32 | 0.09 | 81.6 | 0.63 | 0.77 |
| Hex | CE | E9 | 9E | C | 0 | 20 | 9 | 52 | 3F | 4D |
| Octal | 316 | 351 | 236 | 14 | 0 | 40 | 11 | 122 | 77 | 115 |
| Binary | 11001110 | 11101001 | 10011110 | 1100 | 0 | 100000 | 1001 | 1010010 | 111111 | 1001101 |
Color Harmonies of #CEE99E
Complementary color
Monochromatic Colors of #CEE99E
Black with #CEE99E
Text Example
Text Example
White with #CEE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE99E; }
p { color: rgb(206,233,158); }
H1.HeaderClassName
{
color: #CEE99E;
}
.AnyTagClassName
{
color: #CEE99E;
}
</style>
background-color css
<style>
a { background-color: #CEE99E; }
a { background-color: rgb(206,233,158); }
div.DivClassName
{
background-color: #CEE99E;
}
.BgClassName
{
background-color: #CEE99E;
}
</style>
border-color css
<style>
span { border-color: #CEE99E; }
span { border-color: rgb(206,233,158); }
td.TdClassName
{
border-color: #CEE99E;
}
.TagClassName
{
border-color: #CEE99E;
}
</style>