Shades of Reef #CEEAA3
Tints of Reef #CEEAA3
RGB
CMYK
RGB Variations
Color information
#CEEAA3 (or 0xCEEAA3) is known color: Reef. HEX triplet: CE, EA and A3. RGB value is (206,234,163). Sum of RGB (Red+Green+Blue) = 206+234+163=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA3 is #31155C. Grayscale: #D9D9D9. Windows color (decimal): -3216733 or 10742478. OLE color: 10742478.
HSL color Cylindrical-coordinate representation of color #CEEAA3: hue angle of 83.66º degrees, saturation: 0.63, 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 #CEEAA3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 163 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.08 |
| HSL | 83.66º | 0.63% | 0.78% | - |
| HSV(B) | 83.66º | 0.3% | 0.92% | - |
| XYZ | 61.49 | 74.61 | 45.81 | - |
| YUV | 217.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 163 | 0.12 | 0 | 0.30 | 0.08 | 83.66 | 0.63 | 0.78 |
| Hex | CE | EA | A3 | C | 0 | 1E | 8 | 54 | 3F | 4E |
| Octal | 316 | 352 | 243 | 14 | 0 | 36 | 10 | 124 | 77 | 116 |
| Binary | 11001110 | 11101010 | 10100011 | 1100 | 0 | 11110 | 1000 | 1010100 | 111111 | 1001110 |
Color Harmonies of #CEEAA3
Complementary color
Monochromatic Colors of #CEEAA3
Black with #CEEAA3
Text Example
Text Example
White with #CEEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAA3; }
p { color: rgb(206,234,163); }
H1.HeaderClassName
{
color: #CEEAA3;
}
.AnyTagClassName
{
color: #CEEAA3;
}
</style>
background-color css
<style>
a { background-color: #CEEAA3; }
a { background-color: rgb(206,234,163); }
div.DivClassName
{
background-color: #CEEAA3;
}
.BgClassName
{
background-color: #CEEAA3;
}
</style>
border-color css
<style>
span { border-color: #CEEAA3; }
span { border-color: rgb(206,234,163); }
td.TdClassName
{
border-color: #CEEAA3;
}
.TagClassName
{
border-color: #CEEAA3;
}
</style>