Shades of Reef #CEECAA
Tints of Reef #CEECAA
RGB
CMYK
RGB Variations
Color information
#CEECAA (or 0xCEECAA) is known color: Reef. HEX triplet: CE, EC and AA. RGB value is (206,236,170). Sum of RGB (Red+Green+Blue) = 206+236+170=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAA is #311355. Grayscale: #DBDBDB. Windows color (decimal): -3216214 or 11201742. OLE color: 11201742.
HSL color Cylindrical-coordinate representation of color #CEECAA: hue angle of 87.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEECAA is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 170 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 87.27º | 0.63% | 0.8% | - |
| HSV(B) | 87.27º | 0.28% | 0.93% | - |
| XYZ | 62.7 | 76.02 | 49.4 | - |
| YUV | 219.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 170 | 0.13 | 0 | 0.28 | 0.07 | 87.27 | 0.63 | 0.8 |
| Hex | CE | EC | AA | D | 0 | 1C | 7 | 57 | 3F | 50 |
| Octal | 316 | 354 | 252 | 15 | 0 | 34 | 7 | 127 | 77 | 120 |
| Binary | 11001110 | 11101100 | 10101010 | 1101 | 0 | 11100 | 111 | 1010111 | 111111 | 1010000 |
Color Harmonies of #CEECAA
Complementary color
Monochromatic Colors of #CEECAA
Black with #CEECAA
Text Example
Text Example
White with #CEECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECAA; }
p { color: rgb(206,236,170); }
H1.HeaderClassName
{
color: #CEECAA;
}
.AnyTagClassName
{
color: #CEECAA;
}
</style>
background-color css
<style>
a { background-color: #CEECAA; }
a { background-color: rgb(206,236,170); }
div.DivClassName
{
background-color: #CEECAA;
}
.BgClassName
{
background-color: #CEECAA;
}
</style>
border-color css
<style>
span { border-color: #CEECAA; }
span { border-color: rgb(206,236,170); }
td.TdClassName
{
border-color: #CEECAA;
}
.TagClassName
{
border-color: #CEECAA;
}
</style>