Shades of Reef #CEF69E
Tints of Reef #CEF69E
RGB
CMYK
RGB Variations
Color information
#CEF69E (or 0xCEF69E) is known color: Reef. HEX triplet: CE, F6 and 9E. RGB value is (206,246,158). Sum of RGB (Red+Green+Blue) = 206+246+158=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF69E is #310961. Grayscale: #E0E0E0. Windows color (decimal): -3213666 or 10417870. OLE color: 10417870.
HSL color Cylindrical-coordinate representation of color #CEF69E: hue angle of 87.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF69E is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 158 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 87.27º | 0.83% | 0.79% | - |
| HSV(B) | 87.27º | 0.36% | 0.96% | - |
| XYZ | 64.58 | 81.5 | 44.68 | - |
| YUV | 224.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 158 | 0.16 | 0 | 0.36 | 0.04 | 87.27 | 0.83 | 0.79 |
| Hex | CE | F6 | 9E | 10 | 0 | 24 | 4 | 57 | 53 | 4F |
| Octal | 316 | 366 | 236 | 20 | 0 | 44 | 4 | 127 | 123 | 117 |
| Binary | 11001110 | 11110110 | 10011110 | 10000 | 0 | 100100 | 100 | 1010111 | 1010011 | 1001111 |
Color Harmonies of #CEF69E
Complementary color
Monochromatic Colors of #CEF69E
Black with #CEF69E
Text Example
Text Example
White with #CEF69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF69E; }
p { color: rgb(206,246,158); }
H1.HeaderClassName
{
color: #CEF69E;
}
.AnyTagClassName
{
color: #CEF69E;
}
</style>
background-color css
<style>
a { background-color: #CEF69E; }
a { background-color: rgb(206,246,158); }
div.DivClassName
{
background-color: #CEF69E;
}
.BgClassName
{
background-color: #CEF69E;
}
</style>
border-color css
<style>
span { border-color: #CEF69E; }
span { border-color: rgb(206,246,158); }
td.TdClassName
{
border-color: #CEF69E;
}
.TagClassName
{
border-color: #CEF69E;
}
</style>