Shades of Tea Green #CCFDC0
Tints of Tea Green #CCFDC0
RGB
CMYK
RGB Variations
Color information
#CCFDC0 (or 0xCCFDC0) is known color: Tea Green. HEX triplet: CC, FD and C0. RGB value is (204,253,192). Sum of RGB (Red+Green+Blue) = 204+253+192=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDC0 is #33023F. Grayscale: #E7E7E7. Windows color (decimal): -3342912 or 12647884. OLE color: 12647884.
HSL color Cylindrical-coordinate representation of color #CCFDC0: hue angle of 108.2º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 192 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.01 |
| HSL | 108.2º | 0.94% | 0.87% | - |
| HSV(B) | 108.2º | 0.24% | 0.99% | - |
| XYZ | 69.54 | 86.89 | 62.98 | - |
| YUV | 231.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 192 | 0.19 | 0 | 0.24 | 0.01 | 108.2 | 0.94 | 0.87 |
| Hex | CC | FD | C0 | 13 | 0 | 18 | 1 | 6C | 5E | 57 |
| Octal | 314 | 375 | 300 | 23 | 0 | 30 | 1 | 154 | 136 | 127 |
| Binary | 11001100 | 11111101 | 11000000 | 10011 | 0 | 11000 | 1 | 1101100 | 1011110 | 1010111 |
Color Harmonies of #CCFDC0
Complementary color
Monochromatic Colors of #CCFDC0
Black with #CCFDC0
Text Example
Text Example
White with #CCFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDC0; }
p { color: rgb(204,253,192); }
H1.HeaderClassName
{
color: #CCFDC0;
}
.AnyTagClassName
{
color: #CCFDC0;
}
</style>
background-color css
<style>
a { background-color: #CCFDC0; }
a { background-color: rgb(204,253,192); }
div.DivClassName
{
background-color: #CCFDC0;
}
.BgClassName
{
background-color: #CCFDC0;
}
</style>
border-color css
<style>
span { border-color: #CCFDC0; }
span { border-color: rgb(204,253,192); }
td.TdClassName
{
border-color: #CCFDC0;
}
.TagClassName
{
border-color: #CCFDC0;
}
</style>