Shades of Reef #CEEAA4
Tints of Reef #CEEAA4
RGB
CMYK
RGB Variations
Color information
#CEEAA4 (or 0xCEEAA4) is known color: Reef. HEX triplet: CE, EA and A4. RGB value is (206,234,164). Sum of RGB (Red+Green+Blue) = 206+234+164=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA4 is #31155B. Grayscale: #D9D9D9. Windows color (decimal): -3216732 or 10808014. OLE color: 10808014.
HSL color Cylindrical-coordinate representation of color #CEEAA4: hue angle of 84º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEEAA4 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 164 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.08 |
| HSL | 84º | 0.63% | 0.78% | - |
| HSV(B) | 84º | 0.3% | 0.92% | - |
| XYZ | 61.58 | 74.65 | 46.28 | - |
| YUV | 217.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 164 | 0.12 | 0 | 0.30 | 0.08 | 84 | 0.63 | 0.78 |
| Hex | CE | EA | A4 | C | 0 | 1E | 8 | 54 | 3E | 4E |
| Octal | 316 | 352 | 244 | 14 | 0 | 36 | 10 | 124 | 76 | 116 |
| Binary | 11001110 | 11101010 | 10100100 | 1100 | 0 | 11110 | 1000 | 1010100 | 111110 | 1001110 |
Color Harmonies of #CEEAA4
Complementary color
Monochromatic Colors of #CEEAA4
Black with #CEEAA4
Text Example
Text Example
White with #CEEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAA4; }
p { color: rgb(206,234,164); }
H1.HeaderClassName
{
color: #CEEAA4;
}
.AnyTagClassName
{
color: #CEEAA4;
}
</style>
background-color css
<style>
a { background-color: #CEEAA4; }
a { background-color: rgb(206,234,164); }
div.DivClassName
{
background-color: #CEEAA4;
}
.BgClassName
{
background-color: #CEEAA4;
}
</style>
border-color css
<style>
span { border-color: #CEEAA4; }
span { border-color: rgb(206,234,164); }
td.TdClassName
{
border-color: #CEEAA4;
}
.TagClassName
{
border-color: #CEEAA4;
}
</style>