Shades of Reef #CEEAA9
Tints of Reef #CEEAA9
RGB
CMYK
RGB Variations
Color information
#CEEAA9 (or 0xCEEAA9) is known color: Reef. HEX triplet: CE, EA and A9. RGB value is (206,234,169). Sum of RGB (Red+Green+Blue) = 206+234+169=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA9 is #311556. Grayscale: #DADADA. Windows color (decimal): -3216727 or 11135694. OLE color: 11135694.
HSL color Cylindrical-coordinate representation of color #CEEAA9: hue angle of 85.85º degrees, saturation: 0.61, 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 #CEEAA9 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 169 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.08 |
| HSL | 85.85º | 0.61% | 0.79% | - |
| HSV(B) | 85.85º | 0.28% | 0.92% | - |
| XYZ | 62.04 | 74.83 | 48.71 | - |
| YUV | 218.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 169 | 0.12 | 0 | 0.28 | 0.08 | 85.85 | 0.61 | 0.79 |
| Hex | CE | EA | A9 | C | 0 | 1C | 8 | 56 | 3D | 4F |
| Octal | 316 | 352 | 251 | 14 | 0 | 34 | 10 | 126 | 75 | 117 |
| Binary | 11001110 | 11101010 | 10101001 | 1100 | 0 | 11100 | 1000 | 1010110 | 111101 | 1001111 |
Color Harmonies of #CEEAA9
Complementary color
Monochromatic Colors of #CEEAA9
Black with #CEEAA9
Text Example
Text Example
White with #CEEAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAA9; }
p { color: rgb(206,234,169); }
H1.HeaderClassName
{
color: #CEEAA9;
}
.AnyTagClassName
{
color: #CEEAA9;
}
</style>
background-color css
<style>
a { background-color: #CEEAA9; }
a { background-color: rgb(206,234,169); }
div.DivClassName
{
background-color: #CEEAA9;
}
.BgClassName
{
background-color: #CEEAA9;
}
</style>
border-color css
<style>
span { border-color: #CEEAA9; }
span { border-color: rgb(206,234,169); }
td.TdClassName
{
border-color: #CEEAA9;
}
.TagClassName
{
border-color: #CEEAA9;
}
</style>