Shades of Reef #CEE19E
Tints of Reef #CEE19E
RGB
CMYK
RGB Variations
Color information
#CEE19E (or 0xCEE19E) is known color: Reef. HEX triplet: CE, E1 and 9E. RGB value is (206,225,158). Sum of RGB (Red+Green+Blue) = 206+225+158=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE19E is #311E61. Grayscale: #D3D3D3. Windows color (decimal): -3219042 or 10412494. OLE color: 10412494.
HSL color Cylindrical-coordinate representation of color #CEE19E: hue angle of 77.01º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEE19E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 158 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.12 |
| HSL | 77.01º | 0.53% | 0.75% | - |
| HSV(B) | 77.01º | 0.3% | 0.88% | - |
| XYZ | 58.55 | 69.44 | 42.67 | - |
| YUV | 211.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 158 | 0.08 | 0 | 0.30 | 0.12 | 77.01 | 0.53 | 0.75 |
| Hex | CE | E1 | 9E | 8 | 0 | 1E | C | 4D | 35 | 4B |
| Octal | 316 | 341 | 236 | 10 | 0 | 36 | 14 | 115 | 65 | 113 |
| Binary | 11001110 | 11100001 | 10011110 | 1000 | 0 | 11110 | 1100 | 1001101 | 110101 | 1001011 |
Color Harmonies of #CEE19E
Complementary color
Monochromatic Colors of #CEE19E
Black with #CEE19E
Text Example
Text Example
White with #CEE19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE19E; }
p { color: rgb(206,225,158); }
H1.HeaderClassName
{
color: #CEE19E;
}
.AnyTagClassName
{
color: #CEE19E;
}
</style>
background-color css
<style>
a { background-color: #CEE19E; }
a { background-color: rgb(206,225,158); }
div.DivClassName
{
background-color: #CEE19E;
}
.BgClassName
{
background-color: #CEE19E;
}
</style>
border-color css
<style>
span { border-color: #CEE19E; }
span { border-color: rgb(206,225,158); }
td.TdClassName
{
border-color: #CEE19E;
}
.TagClassName
{
border-color: #CEE19E;
}
</style>