Shades of Reef #CEF0A2
Tints of Reef #CEF0A2
RGB
CMYK
RGB Variations
Color information
#CEF0A2 (or 0xCEF0A2) is known color: Reef. HEX triplet: CE, F0 and A2. RGB value is (206,240,162). Sum of RGB (Red+Green+Blue) = 206+240+162=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0A2 is #310F5D. Grayscale: #DDDDDD. Windows color (decimal): -3215198 or 10678478. OLE color: 10678478.
HSL color Cylindrical-coordinate representation of color #CEF0A2: hue angle of 86.15º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEF0A2 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 162 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.06 |
| HSL | 86.15º | 0.72% | 0.79% | - |
| HSV(B) | 86.15º | 0.33% | 0.94% | - |
| XYZ | 63.14 | 78.05 | 45.92 | - |
| YUV | 220.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 162 | 0.14 | 0 | 0.32 | 0.06 | 86.15 | 0.72 | 0.79 |
| Hex | CE | F0 | A2 | E | 0 | 20 | 6 | 56 | 48 | 4F |
| Octal | 316 | 360 | 242 | 16 | 0 | 40 | 6 | 126 | 110 | 117 |
| Binary | 11001110 | 11110000 | 10100010 | 1110 | 0 | 100000 | 110 | 1010110 | 1001000 | 1001111 |
Color Harmonies of #CEF0A2
Complementary color
Monochromatic Colors of #CEF0A2
Black with #CEF0A2
Text Example
Text Example
White with #CEF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0A2; }
p { color: rgb(206,240,162); }
H1.HeaderClassName
{
color: #CEF0A2;
}
.AnyTagClassName
{
color: #CEF0A2;
}
</style>
background-color css
<style>
a { background-color: #CEF0A2; }
a { background-color: rgb(206,240,162); }
div.DivClassName
{
background-color: #CEF0A2;
}
.BgClassName
{
background-color: #CEF0A2;
}
</style>
border-color css
<style>
span { border-color: #CEF0A2; }
span { border-color: rgb(206,240,162); }
td.TdClassName
{
border-color: #CEF0A2;
}
.TagClassName
{
border-color: #CEF0A2;
}
</style>