Shades of Tea Green #CCEDC0
Tints of Tea Green #CCEDC0
RGB
CMYK
RGB Variations
Color information
#CCEDC0 (or 0xCCEDC0) is known color: Tea Green. HEX triplet: CC, ED and C0. RGB value is (204,237,192). Sum of RGB (Red+Green+Blue) = 204+237+192=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC0 is #33123F. Grayscale: #DEDEDE. Windows color (decimal): -3347008 or 12643788. OLE color: 12643788.
HSL color Cylindrical-coordinate representation of color #CCEDC0: hue angle of 104º degrees, saturation: 0.56, 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 #CCEDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 192 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.07 |
| HSL | 104º | 0.56% | 0.84% | - |
| HSV(B) | 104º | 0.19% | 0.93% | - |
| XYZ | 64.7 | 77.21 | 61.36 | - |
| YUV | 222 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 192 | 0.14 | 0 | 0.19 | 0.07 | 104 | 0.56 | 0.84 |
| Hex | CC | ED | C0 | E | 0 | 13 | 7 | 68 | 38 | 54 |
| Octal | 314 | 355 | 300 | 16 | 0 | 23 | 7 | 150 | 70 | 124 |
| Binary | 11001100 | 11101101 | 11000000 | 1110 | 0 | 10011 | 111 | 1101000 | 111000 | 1010100 |
Color Harmonies of #CCEDC0
Complementary color
Monochromatic Colors of #CCEDC0
Black with #CCEDC0
Text Example
Text Example
White with #CCEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDC0; }
p { color: rgb(204,237,192); }
H1.HeaderClassName
{
color: #CCEDC0;
}
.AnyTagClassName
{
color: #CCEDC0;
}
</style>
background-color css
<style>
a { background-color: #CCEDC0; }
a { background-color: rgb(204,237,192); }
div.DivClassName
{
background-color: #CCEDC0;
}
.BgClassName
{
background-color: #CCEDC0;
}
</style>
border-color css
<style>
span { border-color: #CCEDC0; }
span { border-color: rgb(204,237,192); }
td.TdClassName
{
border-color: #CCEDC0;
}
.TagClassName
{
border-color: #CCEDC0;
}
</style>