Shades of Tea Green #CCEBC0
Tints of Tea Green #CCEBC0
RGB
CMYK
RGB Variations
Color information
#CCEBC0 (or 0xCCEBC0) is known color: Tea Green. HEX triplet: CC, EB and C0. RGB value is (204,235,192). Sum of RGB (Red+Green+Blue) = 204+235+192=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC0 is #33143F. Grayscale: #DCDCDC. Windows color (decimal): -3347520 or 12643276. OLE color: 12643276.
HSL color Cylindrical-coordinate representation of color #CCEBC0: hue angle of 103.26º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEBC0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 192 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.08 |
| HSL | 103.26º | 0.52% | 0.84% | - |
| HSV(B) | 103.26º | 0.18% | 0.92% | - |
| XYZ | 64.12 | 76.06 | 61.17 | - |
| YUV | 220.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 192 | 0.13 | 0 | 0.18 | 0.08 | 103.26 | 0.52 | 0.84 |
| Hex | CC | EB | C0 | D | 0 | 12 | 8 | 67 | 34 | 54 |
| Octal | 314 | 353 | 300 | 15 | 0 | 22 | 10 | 147 | 64 | 124 |
| Binary | 11001100 | 11101011 | 11000000 | 1101 | 0 | 10010 | 1000 | 1100111 | 110100 | 1010100 |
Color Harmonies of #CCEBC0
Complementary color
Monochromatic Colors of #CCEBC0
Black with #CCEBC0
Text Example
Text Example
White with #CCEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBC0; }
p { color: rgb(204,235,192); }
H1.HeaderClassName
{
color: #CCEBC0;
}
.AnyTagClassName
{
color: #CCEBC0;
}
</style>
background-color css
<style>
a { background-color: #CCEBC0; }
a { background-color: rgb(204,235,192); }
div.DivClassName
{
background-color: #CCEBC0;
}
.BgClassName
{
background-color: #CCEBC0;
}
</style>
border-color css
<style>
span { border-color: #CCEBC0; }
span { border-color: rgb(204,235,192); }
td.TdClassName
{
border-color: #CCEBC0;
}
.TagClassName
{
border-color: #CCEBC0;
}
</style>