Shades of Reef #CEF1A5
Tints of Reef #CEF1A5
RGB
CMYK
RGB Variations
Color information
#CEF1A5 (or 0xCEF1A5) is known color: Reef. HEX triplet: CE, F1 and A5. RGB value is (206,241,165). Sum of RGB (Red+Green+Blue) = 206+241+165=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1A5 is #310E5A. Grayscale: #DEDEDE. Windows color (decimal): -3214939 or 10875342. OLE color: 10875342.
HSL color Cylindrical-coordinate representation of color #CEF1A5: hue angle of 87.63º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEF1A5 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 165 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.05 |
| HSL | 87.63º | 0.73% | 0.8% | - |
| HSV(B) | 87.63º | 0.32% | 0.95% | - |
| XYZ | 63.7 | 78.75 | 47.44 | - |
| YUV | 221.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 165 | 0.15 | 0 | 0.32 | 0.05 | 87.63 | 0.73 | 0.8 |
| Hex | CE | F1 | A5 | F | 0 | 20 | 5 | 58 | 49 | 50 |
| Octal | 316 | 361 | 245 | 17 | 0 | 40 | 5 | 130 | 111 | 120 |
| Binary | 11001110 | 11110001 | 10100101 | 1111 | 0 | 100000 | 101 | 1011000 | 1001001 | 1010000 |
Color Harmonies of #CEF1A5
Complementary color
Monochromatic Colors of #CEF1A5
Black with #CEF1A5
Text Example
Text Example
White with #CEF1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1A5; }
p { color: rgb(206,241,165); }
H1.HeaderClassName
{
color: #CEF1A5;
}
.AnyTagClassName
{
color: #CEF1A5;
}
</style>
background-color css
<style>
a { background-color: #CEF1A5; }
a { background-color: rgb(206,241,165); }
div.DivClassName
{
background-color: #CEF1A5;
}
.BgClassName
{
background-color: #CEF1A5;
}
</style>
border-color css
<style>
span { border-color: #CEF1A5; }
span { border-color: rgb(206,241,165); }
td.TdClassName
{
border-color: #CEF1A5;
}
.TagClassName
{
border-color: #CEF1A5;
}
</style>