Shades of Reef #CCECA0
Tints of Reef #CCECA0
RGB
CMYK
RGB Variations
Color information
#CCECA0 (or 0xCCECA0) is known color: Reef. HEX triplet: CC, EC and A0. RGB value is (204,236,160). Sum of RGB (Red+Green+Blue) = 204+236+160=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA0 is #33135F. Grayscale: #DADADA. Windows color (decimal): -3347296 or 10546380. OLE color: 10546380.
HSL color Cylindrical-coordinate representation of color #CCECA0: hue angle of 85.26º degrees, saturation: 0.67, 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 #CCECA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 160 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 85.26º | 0.67% | 0.78% | - |
| HSV(B) | 85.26º | 0.32% | 0.93% | - |
| XYZ | 61.24 | 75.37 | 44.58 | - |
| YUV | 217.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 160 | 0.14 | 0 | 0.32 | 0.07 | 85.26 | 0.67 | 0.78 |
| Hex | CC | EC | A0 | E | 0 | 20 | 7 | 55 | 43 | 4E |
| Octal | 314 | 354 | 240 | 16 | 0 | 40 | 7 | 125 | 103 | 116 |
| Binary | 11001100 | 11101100 | 10100000 | 1110 | 0 | 100000 | 111 | 1010101 | 1000011 | 1001110 |
Color Harmonies of #CCECA0
Complementary color
Monochromatic Colors of #CCECA0
Black with #CCECA0
Text Example
Text Example
White with #CCECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECA0; }
p { color: rgb(204,236,160); }
H1.HeaderClassName
{
color: #CCECA0;
}
.AnyTagClassName
{
color: #CCECA0;
}
</style>
background-color css
<style>
a { background-color: #CCECA0; }
a { background-color: rgb(204,236,160); }
div.DivClassName
{
background-color: #CCECA0;
}
.BgClassName
{
background-color: #CCECA0;
}
</style>
border-color css
<style>
span { border-color: #CCECA0; }
span { border-color: rgb(204,236,160); }
td.TdClassName
{
border-color: #CCECA0;
}
.TagClassName
{
border-color: #CCECA0;
}
</style>