Shades of Reef #CEEBAA
Tints of Reef #CEEBAA
RGB
CMYK
RGB Variations
Color information
#CEEBAA (or 0xCEEBAA) is known color: Reef. HEX triplet: CE, EB and AA. RGB value is (206,235,170). Sum of RGB (Red+Green+Blue) = 206+235+170=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAA is #311455. Grayscale: #DBDBDB. Windows color (decimal): -3216470 or 11201486. OLE color: 11201486.
HSL color Cylindrical-coordinate representation of color #CEEBAA: hue angle of 86.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEEBAA is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 170 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.08 |
| HSL | 86.77º | 0.62% | 0.79% | - |
| HSV(B) | 86.77º | 0.28% | 0.92% | - |
| XYZ | 62.42 | 75.44 | 49.3 | - |
| YUV | 218.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 170 | 0.12 | 0 | 0.28 | 0.08 | 86.77 | 0.62 | 0.79 |
| Hex | CE | EB | AA | C | 0 | 1C | 8 | 57 | 3E | 4F |
| Octal | 316 | 353 | 252 | 14 | 0 | 34 | 10 | 127 | 76 | 117 |
| Binary | 11001110 | 11101011 | 10101010 | 1100 | 0 | 11100 | 1000 | 1010111 | 111110 | 1001111 |
Color Harmonies of #CEEBAA
Complementary color
Monochromatic Colors of #CEEBAA
Black with #CEEBAA
Text Example
Text Example
White with #CEEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBAA; }
p { color: rgb(206,235,170); }
H1.HeaderClassName
{
color: #CEEBAA;
}
.AnyTagClassName
{
color: #CEEBAA;
}
</style>
background-color css
<style>
a { background-color: #CEEBAA; }
a { background-color: rgb(206,235,170); }
div.DivClassName
{
background-color: #CEEBAA;
}
.BgClassName
{
background-color: #CEEBAA;
}
</style>
border-color css
<style>
span { border-color: #CEEBAA; }
span { border-color: rgb(206,235,170); }
td.TdClassName
{
border-color: #CEEBAA;
}
.TagClassName
{
border-color: #CEEBAA;
}
</style>