Shades of Tea Green #CCFFC0
Tints of Tea Green #CCFFC0
RGB
CMYK
RGB Variations
Color information
#CCFFC0 (or 0xCCFFC0) is known color: Tea Green. HEX triplet: CC, FF and C0. RGB value is (204,255,192). Sum of RGB (Red+Green+Blue) = 204+255+192=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC0 is #33003F. Grayscale: #E8E8E8. Windows color (decimal): -3342400 or 12648396. OLE color: 12648396.
HSL color Cylindrical-coordinate representation of color #CCFFC0: hue angle of 108.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCFFC0 is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 192 | - |
| CMYK | 0.2 | 0 | 0.25 | 0 |
| HSL | 108.57º | 1% | 0.88% | - |
| HSV(B) | 108.57º | 0.25% | 1% | - |
| XYZ | 70.18 | 88.16 | 63.19 | - |
| YUV | 232.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 192 | 0.2 | 0 | 0.25 | 0 | 108.57 | 1 | 0.88 |
| Hex | CC | FF | C0 | 14 | 0 | 19 | 0 | 6D | 64 | 58 |
| Octal | 314 | 377 | 300 | 24 | 0 | 31 | 0 | 155 | 144 | 130 |
| Binary | 11001100 | 11111111 | 11000000 | 10100 | 0 | 11001 | 0 | 1101101 | 1100100 | 1011000 |
Color Harmonies of #CCFFC0
Complementary color
Monochromatic Colors of #CCFFC0
Black with #CCFFC0
Text Example
Text Example
White with #CCFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFC0; }
p { color: rgb(204,255,192); }
H1.HeaderClassName
{
color: #CCFFC0;
}
.AnyTagClassName
{
color: #CCFFC0;
}
</style>
background-color css
<style>
a { background-color: #CCFFC0; }
a { background-color: rgb(204,255,192); }
div.DivClassName
{
background-color: #CCFFC0;
}
.BgClassName
{
background-color: #CCFFC0;
}
</style>
border-color css
<style>
span { border-color: #CCFFC0; }
span { border-color: rgb(204,255,192); }
td.TdClassName
{
border-color: #CCFFC0;
}
.TagClassName
{
border-color: #CCFFC0;
}
</style>