Shades of Tea Green #CCE1C0
Tints of Tea Green #CCE1C0
RGB
CMYK
RGB Variations
Color information
#CCE1C0 (or 0xCCE1C0) is known color: Tea Green. HEX triplet: CC, E1 and C0. RGB value is (204,225,192). Sum of RGB (Red+Green+Blue) = 204+225+192=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1C0 is #331E3F. Grayscale: #D7D7D7. Windows color (decimal): -3350080 or 12640716. OLE color: 12640716.
HSL color Cylindrical-coordinate representation of color #CCE1C0: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE1C0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 192 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.12 |
| HSL | 98.18º | 0.35% | 0.82% | - |
| HSV(B) | 98.18º | 0.15% | 0.88% | - |
| XYZ | 61.34 | 70.49 | 60.24 | - |
| YUV | 214.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 192 | 0.09 | 0 | 0.15 | 0.12 | 98.18 | 0.35 | 0.82 |
| Hex | CC | E1 | C0 | 9 | 0 | F | C | 62 | 23 | 52 |
| Octal | 314 | 341 | 300 | 11 | 0 | 17 | 14 | 142 | 43 | 122 |
| Binary | 11001100 | 11100001 | 11000000 | 1001 | 0 | 1111 | 1100 | 1100010 | 100011 | 1010010 |
Color Harmonies of #CCE1C0
Complementary color
Monochromatic Colors of #CCE1C0
Black with #CCE1C0
Text Example
Text Example
White with #CCE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1C0; }
p { color: rgb(204,225,192); }
H1.HeaderClassName
{
color: #CCE1C0;
}
.AnyTagClassName
{
color: #CCE1C0;
}
</style>
background-color css
<style>
a { background-color: #CCE1C0; }
a { background-color: rgb(204,225,192); }
div.DivClassName
{
background-color: #CCE1C0;
}
.BgClassName
{
background-color: #CCE1C0;
}
</style>
border-color css
<style>
span { border-color: #CCE1C0; }
span { border-color: rgb(204,225,192); }
td.TdClassName
{
border-color: #CCE1C0;
}
.TagClassName
{
border-color: #CCE1C0;
}
</style>