Shades of Reef #CCEEA0
Tints of Reef #CCEEA0
RGB
CMYK
RGB Variations
Color information
#CCEEA0 (or 0xCCEEA0) is known color: Reef. HEX triplet: CC, EE and A0. RGB value is (204,238,160). Sum of RGB (Red+Green+Blue) = 204+238+160=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEA0 is #33115F. Grayscale: #DBDBDB. Windows color (decimal): -3346784 or 10546892. OLE color: 10546892.
HSL color Cylindrical-coordinate representation of color #CCEEA0: hue angle of 86.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 160 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.07 |
| HSL | 86.15º | 0.7% | 0.78% | - |
| HSV(B) | 86.15º | 0.33% | 0.93% | - |
| XYZ | 61.82 | 76.52 | 44.77 | - |
| YUV | 218.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 160 | 0.14 | 0 | 0.33 | 0.07 | 86.15 | 0.7 | 0.78 |
| Hex | CC | EE | A0 | E | 0 | 21 | 7 | 56 | 46 | 4E |
| Octal | 314 | 356 | 240 | 16 | 0 | 41 | 7 | 126 | 106 | 116 |
| Binary | 11001100 | 11101110 | 10100000 | 1110 | 0 | 100001 | 111 | 1010110 | 1000110 | 1001110 |
Color Harmonies of #CCEEA0
Complementary color
Monochromatic Colors of #CCEEA0
Black with #CCEEA0
Text Example
Text Example
White with #CCEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEA0; }
p { color: rgb(204,238,160); }
H1.HeaderClassName
{
color: #CCEEA0;
}
.AnyTagClassName
{
color: #CCEEA0;
}
</style>
background-color css
<style>
a { background-color: #CCEEA0; }
a { background-color: rgb(204,238,160); }
div.DivClassName
{
background-color: #CCEEA0;
}
.BgClassName
{
background-color: #CCEEA0;
}
</style>
border-color css
<style>
span { border-color: #CCEEA0; }
span { border-color: rgb(204,238,160); }
td.TdClassName
{
border-color: #CCEEA0;
}
.TagClassName
{
border-color: #CCEEA0;
}
</style>