Shades of Tea Green #CCECB6
Tints of Tea Green #CCECB6
RGB
CMYK
RGB Variations
Color information
#CCECB6 (or 0xCCECB6) is known color: Tea Green. HEX triplet: CC, EC and B6. RGB value is (204,236,182). Sum of RGB (Red+Green+Blue) = 204+236+182=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECB6 is #331349. Grayscale: #DCDCDC. Windows color (decimal): -3347274 or 11988172. OLE color: 11988172.
HSL color Cylindrical-coordinate representation of color #CCECB6: hue angle of 95.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCECB6 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 182 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.07 |
| HSL | 95.56º | 0.59% | 0.82% | - |
| HSV(B) | 95.56º | 0.23% | 0.93% | - |
| XYZ | 63.34 | 76.21 | 55.63 | - |
| YUV | 220.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 182 | 0.14 | 0 | 0.23 | 0.07 | 95.56 | 0.59 | 0.82 |
| Hex | CC | EC | B6 | E | 0 | 17 | 7 | 60 | 3B | 52 |
| Octal | 314 | 354 | 266 | 16 | 0 | 27 | 7 | 140 | 73 | 122 |
| Binary | 11001100 | 11101100 | 10110110 | 1110 | 0 | 10111 | 111 | 1100000 | 111011 | 1010010 |
Color Harmonies of #CCECB6
Complementary color
Monochromatic Colors of #CCECB6
Black with #CCECB6
Text Example
Text Example
White with #CCECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECB6; }
p { color: rgb(204,236,182); }
H1.HeaderClassName
{
color: #CCECB6;
}
.AnyTagClassName
{
color: #CCECB6;
}
</style>
background-color css
<style>
a { background-color: #CCECB6; }
a { background-color: rgb(204,236,182); }
div.DivClassName
{
background-color: #CCECB6;
}
.BgClassName
{
background-color: #CCECB6;
}
</style>
border-color css
<style>
span { border-color: #CCECB6; }
span { border-color: rgb(204,236,182); }
td.TdClassName
{
border-color: #CCECB6;
}
.TagClassName
{
border-color: #CCECB6;
}
</style>