Shades of Reef #CEF5A4
Tints of Reef #CEF5A4
RGB
CMYK
RGB Variations
Color information
#CEF5A4 (or 0xCEF5A4) is known color: Reef. HEX triplet: CE, F5 and A4. RGB value is (206,245,164). Sum of RGB (Red+Green+Blue) = 206+245+164=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5A4 is #310A5B. Grayscale: #E0E0E0. Windows color (decimal): -3213916 or 10810830. OLE color: 10810830.
HSL color Cylindrical-coordinate representation of color #CEF5A4: hue angle of 88.89º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEF5A4 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 164 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.04 |
| HSL | 88.89º | 0.8% | 0.8% | - |
| HSV(B) | 88.89º | 0.33% | 0.96% | - |
| XYZ | 64.81 | 81.11 | 47.36 | - |
| YUV | 224.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 164 | 0.16 | 0 | 0.33 | 0.04 | 88.89 | 0.8 | 0.8 |
| Hex | CE | F5 | A4 | 10 | 0 | 21 | 4 | 59 | 50 | 50 |
| Octal | 316 | 365 | 244 | 20 | 0 | 41 | 4 | 131 | 120 | 120 |
| Binary | 11001110 | 11110101 | 10100100 | 10000 | 0 | 100001 | 100 | 1011001 | 1010000 | 1010000 |
Color Harmonies of #CEF5A4
Complementary color
Monochromatic Colors of #CEF5A4
Black with #CEF5A4
Text Example
Text Example
White with #CEF5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5A4; }
p { color: rgb(206,245,164); }
H1.HeaderClassName
{
color: #CEF5A4;
}
.AnyTagClassName
{
color: #CEF5A4;
}
</style>
background-color css
<style>
a { background-color: #CEF5A4; }
a { background-color: rgb(206,245,164); }
div.DivClassName
{
background-color: #CEF5A4;
}
.BgClassName
{
background-color: #CEF5A4;
}
</style>
border-color css
<style>
span { border-color: #CEF5A4; }
span { border-color: rgb(206,245,164); }
td.TdClassName
{
border-color: #CEF5A4;
}
.TagClassName
{
border-color: #CEF5A4;
}
</style>