Shades of Reef #CEE19F
Tints of Reef #CEE19F
RGB
CMYK
RGB Variations
Color information
#CEE19F (or 0xCEE19F) is known color: Reef. HEX triplet: CE, E1 and 9F. RGB value is (206,225,159). Sum of RGB (Red+Green+Blue) = 206+225+159=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE19F is #311E60. Grayscale: #D4D4D4. Windows color (decimal): -3219041 or 10478030. OLE color: 10478030.
HSL color Cylindrical-coordinate representation of color #CEE19F: hue angle of 77.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEE19F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 159 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.12 |
| HSL | 77.27º | 0.52% | 0.75% | - |
| HSV(B) | 77.27º | 0.29% | 0.88% | - |
| XYZ | 58.64 | 69.48 | 43.12 | - |
| YUV | 211.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 159 | 0.08 | 0 | 0.29 | 0.12 | 77.27 | 0.52 | 0.75 |
| Hex | CE | E1 | 9F | 8 | 0 | 1D | C | 4D | 34 | 4B |
| Octal | 316 | 341 | 237 | 10 | 0 | 35 | 14 | 115 | 64 | 113 |
| Binary | 11001110 | 11100001 | 10011111 | 1000 | 0 | 11101 | 1100 | 1001101 | 110100 | 1001011 |
Color Harmonies of #CEE19F
Complementary color
Monochromatic Colors of #CEE19F
Black with #CEE19F
Text Example
Text Example
White with #CEE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE19F; }
p { color: rgb(206,225,159); }
H1.HeaderClassName
{
color: #CEE19F;
}
.AnyTagClassName
{
color: #CEE19F;
}
</style>
background-color css
<style>
a { background-color: #CEE19F; }
a { background-color: rgb(206,225,159); }
div.DivClassName
{
background-color: #CEE19F;
}
.BgClassName
{
background-color: #CEE19F;
}
</style>
border-color css
<style>
span { border-color: #CEE19F; }
span { border-color: rgb(206,225,159); }
td.TdClassName
{
border-color: #CEE19F;
}
.TagClassName
{
border-color: #CEE19F;
}
</style>