Shades of Reef #CEEA9E
Tints of Reef #CEEA9E
RGB
CMYK
RGB Variations
Color information
#CEEA9E (or 0xCEEA9E) is known color: Reef. HEX triplet: CE, EA and 9E. RGB value is (206,234,158). Sum of RGB (Red+Green+Blue) = 206+234+158=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA9E is #311561. Grayscale: #D9D9D9. Windows color (decimal): -3216738 or 10414798. OLE color: 10414798.
HSL color Cylindrical-coordinate representation of color #CEEA9E: hue angle of 82.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEEA9E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 158 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.08 |
| HSL | 82.11º | 0.64% | 0.77% | - |
| HSV(B) | 82.11º | 0.32% | 0.92% | - |
| XYZ | 61.05 | 74.44 | 43.5 | - |
| YUV | 216.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 158 | 0.12 | 0 | 0.32 | 0.08 | 82.11 | 0.64 | 0.77 |
| Hex | CE | EA | 9E | C | 0 | 20 | 8 | 52 | 40 | 4D |
| Octal | 316 | 352 | 236 | 14 | 0 | 40 | 10 | 122 | 100 | 115 |
| Binary | 11001110 | 11101010 | 10011110 | 1100 | 0 | 100000 | 1000 | 1010010 | 1000000 | 1001101 |
Color Harmonies of #CEEA9E
Complementary color
Monochromatic Colors of #CEEA9E
Black with #CEEA9E
Text Example
Text Example
White with #CEEA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA9E; }
p { color: rgb(206,234,158); }
H1.HeaderClassName
{
color: #CEEA9E;
}
.AnyTagClassName
{
color: #CEEA9E;
}
</style>
background-color css
<style>
a { background-color: #CEEA9E; }
a { background-color: rgb(206,234,158); }
div.DivClassName
{
background-color: #CEEA9E;
}
.BgClassName
{
background-color: #CEEA9E;
}
</style>
border-color css
<style>
span { border-color: #CEEA9E; }
span { border-color: rgb(206,234,158); }
td.TdClassName
{
border-color: #CEEA9E;
}
.TagClassName
{
border-color: #CEEA9E;
}
</style>