Shades of Reef #CEEDA0
Tints of Reef #CEEDA0
RGB
CMYK
RGB Variations
Color information
#CEEDA0 (or 0xCEEDA0) is known color: Reef. HEX triplet: CE, ED and A0. RGB value is (206,237,160). Sum of RGB (Red+Green+Blue) = 206+237+160=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDA0 is #31125F. Grayscale: #DBDBDB. Windows color (decimal): -3215968 or 10546638. OLE color: 10546638.
HSL color Cylindrical-coordinate representation of color #CEEDA0: hue angle of 84.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEEDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 160 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 84.16º | 0.68% | 0.78% | - |
| HSV(B) | 84.16º | 0.32% | 0.93% | - |
| XYZ | 62.08 | 76.23 | 44.7 | - |
| YUV | 218.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 160 | 0.13 | 0 | 0.32 | 0.07 | 84.16 | 0.68 | 0.78 |
| Hex | CE | ED | A0 | D | 0 | 20 | 7 | 54 | 44 | 4E |
| Octal | 316 | 355 | 240 | 15 | 0 | 40 | 7 | 124 | 104 | 116 |
| Binary | 11001110 | 11101101 | 10100000 | 1101 | 0 | 100000 | 111 | 1010100 | 1000100 | 1001110 |
Color Harmonies of #CEEDA0
Complementary color
Monochromatic Colors of #CEEDA0
Black with #CEEDA0
Text Example
Text Example
White with #CEEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDA0; }
p { color: rgb(206,237,160); }
H1.HeaderClassName
{
color: #CEEDA0;
}
.AnyTagClassName
{
color: #CEEDA0;
}
</style>
background-color css
<style>
a { background-color: #CEEDA0; }
a { background-color: rgb(206,237,160); }
div.DivClassName
{
background-color: #CEEDA0;
}
.BgClassName
{
background-color: #CEEDA0;
}
</style>
border-color css
<style>
span { border-color: #CEEDA0; }
span { border-color: rgb(206,237,160); }
td.TdClassName
{
border-color: #CEEDA0;
}
.TagClassName
{
border-color: #CEEDA0;
}
</style>