Shades of Reef #CEF69C
Tints of Reef #CEF69C
RGB
CMYK
RGB Variations
Color information
#CEF69C (or 0xCEF69C) is known color: Reef. HEX triplet: CE, F6 and 9C. RGB value is (206,246,156). Sum of RGB (Red+Green+Blue) = 206+246+156=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 156 (61.33% from 255 or 25.66% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF69C is #310963. Grayscale: #E0E0E0. Windows color (decimal): -3213668 or 10286798. OLE color: 10286798.
HSL color Cylindrical-coordinate representation of color #CEF69C: hue angle of 86.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF69C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 156 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.04 |
| HSL | 86.67º | 0.83% | 0.79% | - |
| HSV(B) | 86.67º | 0.37% | 0.96% | - |
| XYZ | 64.41 | 81.43 | 43.78 | - |
| YUV | 223.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 156 | 0.16 | 0 | 0.37 | 0.04 | 86.67 | 0.83 | 0.79 |
| Hex | CE | F6 | 9C | 10 | 0 | 25 | 4 | 57 | 53 | 4F |
| Octal | 316 | 366 | 234 | 20 | 0 | 45 | 4 | 127 | 123 | 117 |
| Binary | 11001110 | 11110110 | 10011100 | 10000 | 0 | 100101 | 100 | 1010111 | 1010011 | 1001111 |
Color Harmonies of #CEF69C
Complementary color
Monochromatic Colors of #CEF69C
Black with #CEF69C
Text Example
Text Example
White with #CEF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF69C; }
p { color: rgb(206,246,156); }
H1.HeaderClassName
{
color: #CEF69C;
}
.AnyTagClassName
{
color: #CEF69C;
}
</style>
background-color css
<style>
a { background-color: #CEF69C; }
a { background-color: rgb(206,246,156); }
div.DivClassName
{
background-color: #CEF69C;
}
.BgClassName
{
background-color: #CEF69C;
}
</style>
border-color css
<style>
span { border-color: #CEF69C; }
span { border-color: rgb(206,246,156); }
td.TdClassName
{
border-color: #CEF69C;
}
.TagClassName
{
border-color: #CEF69C;
}
</style>