Shades of Reef #CEF5A0
Tints of Reef #CEF5A0
RGB
CMYK
RGB Variations
Color information
#CEF5A0 (or 0xCEF5A0) is known color: Reef. HEX triplet: CE, F5 and A0. RGB value is (206,245,160). Sum of RGB (Red+Green+Blue) = 206+245+160=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5A0 is #310A5F. Grayscale: #DFDFDF. Windows color (decimal): -3213920 or 10548686. OLE color: 10548686.
HSL color Cylindrical-coordinate representation of color #CEF5A0: hue angle of 87.53º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEF5A0 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 160 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.04 |
| HSL | 87.53º | 0.81% | 0.79% | - |
| HSV(B) | 87.53º | 0.35% | 0.96% | - |
| XYZ | 64.45 | 80.96 | 45.49 | - |
| YUV | 223.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 160 | 0.16 | 0 | 0.35 | 0.04 | 87.53 | 0.81 | 0.79 |
| Hex | CE | F5 | A0 | 10 | 0 | 23 | 4 | 58 | 51 | 4F |
| Octal | 316 | 365 | 240 | 20 | 0 | 43 | 4 | 130 | 121 | 117 |
| Binary | 11001110 | 11110101 | 10100000 | 10000 | 0 | 100011 | 100 | 1011000 | 1010001 | 1001111 |
Color Harmonies of #CEF5A0
Complementary color
Monochromatic Colors of #CEF5A0
Black with #CEF5A0
Text Example
Text Example
White with #CEF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5A0; }
p { color: rgb(206,245,160); }
H1.HeaderClassName
{
color: #CEF5A0;
}
.AnyTagClassName
{
color: #CEF5A0;
}
</style>
background-color css
<style>
a { background-color: #CEF5A0; }
a { background-color: rgb(206,245,160); }
div.DivClassName
{
background-color: #CEF5A0;
}
.BgClassName
{
background-color: #CEF5A0;
}
</style>
border-color css
<style>
span { border-color: #CEF5A0; }
span { border-color: rgb(206,245,160); }
td.TdClassName
{
border-color: #CEF5A0;
}
.TagClassName
{
border-color: #CEF5A0;
}
</style>