Shades of Tea Green #CDF4C0
Tints of Tea Green #CDF4C0
RGB
CMYK
RGB Variations
Color information
#CDF4C0 (or 0xCDF4C0) is known color: Tea Green. HEX triplet: CD, F4 and C0. RGB value is (205,244,192). Sum of RGB (Red+Green+Blue) = 205+244+192=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4C0 is #320B3F. Grayscale: #E2E2E2. Windows color (decimal): -3279680 or 12645581. OLE color: 12645581.
HSL color Cylindrical-coordinate representation of color #CDF4C0: hue angle of 105º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF4C0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 192 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.04 |
| HSL | 105º | 0.7% | 0.85% | - |
| HSV(B) | 105º | 0.21% | 0.96% | - |
| XYZ | 67.04 | 81.49 | 62.06 | - |
| YUV | 226.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 192 | 0.16 | 0 | 0.21 | 0.04 | 105 | 0.7 | 0.85 |
| Hex | CD | F4 | C0 | 10 | 0 | 15 | 4 | 69 | 46 | 55 |
| Octal | 315 | 364 | 300 | 20 | 0 | 25 | 4 | 151 | 106 | 125 |
| Binary | 11001101 | 11110100 | 11000000 | 10000 | 0 | 10101 | 100 | 1101001 | 1000110 | 1010101 |
Color Harmonies of #CDF4C0
Complementary color
Monochromatic Colors of #CDF4C0
Black with #CDF4C0
Text Example
Text Example
White with #CDF4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4C0; }
p { color: rgb(205,244,192); }
H1.HeaderClassName
{
color: #CDF4C0;
}
.AnyTagClassName
{
color: #CDF4C0;
}
</style>
background-color css
<style>
a { background-color: #CDF4C0; }
a { background-color: rgb(205,244,192); }
div.DivClassName
{
background-color: #CDF4C0;
}
.BgClassName
{
background-color: #CDF4C0;
}
</style>
border-color css
<style>
span { border-color: #CDF4C0; }
span { border-color: rgb(205,244,192); }
td.TdClassName
{
border-color: #CDF4C0;
}
.TagClassName
{
border-color: #CDF4C0;
}
</style>