Shades of Tea Green #CCECC0
Tints of Tea Green #CCECC0
RGB
CMYK
RGB Variations
Color information
#CCECC0 (or 0xCCECC0) is known color: Tea Green. HEX triplet: CC, EC and C0. RGB value is (204,236,192). Sum of RGB (Red+Green+Blue) = 204+236+192=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC0 is #33133F. Grayscale: #DDDDDD. Windows color (decimal): -3347264 or 12643532. OLE color: 12643532.
HSL color Cylindrical-coordinate representation of color #CCECC0: hue angle of 103.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCECC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 192 | - |
CMYK | 0.14 | 0 | 0.19 | 0.07 |
HSL | 103.64º | 0.54% | 0.84% | - |
HSV(B) | 103.64º | 0.19% | 0.93% | - |
XYZ | 64.41 | 76.63 | 61.27 | - |
YUV | 221.42 | 111.4 | 115.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 192 | 0.14 | 0 | 0.19 | 0.07 | 103.64 | 0.54 | 0.84 |
Hex | CC | EC | C0 | E | 0 | 13 | 7 | 68 | 36 | 54 |
Octal | 314 | 354 | 300 | 16 | 0 | 23 | 7 | 150 | 66 | 124 |
Binary | 11001100 | 11101100 | 11000000 | 1110 | 0 | 10011 | 111 | 1101000 | 110110 | 1010100 |
Color Harmonies of #CCECC0
Complementary color
Monochromatic Colors of #CCECC0
Black with #CCECC0
Text Example
Text Example
White with #CCECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECC0; }
p { color: rgb(204,236,192); }
H1.HeaderClassName
{
color: #CCECC0;
}
.AnyTagClassName
{
color: #CCECC0;
}
</style>
background-color css
<style>
a { background-color: #CCECC0; }
a { background-color: rgb(204,236,192); }
div.DivClassName
{
background-color: #CCECC0;
}
.BgClassName
{
background-color: #CCECC0;
}
</style>
border-color css
<style>
span { border-color: #CCECC0; }
span { border-color: rgb(204,236,192); }
td.TdClassName
{
border-color: #CCECC0;
}
.TagClassName
{
border-color: #CCECC0;
}
</style>