Shades of Tea Green #CDF3C0
Tints of Tea Green #CDF3C0
RGB
CMYK
RGB Variations
Color information
#CDF3C0 (or 0xCDF3C0) is known color: Tea Green. HEX triplet: CD, F3 and C0. RGB value is (205,243,192). Sum of RGB (Red+Green+Blue) = 205+243+192=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3C0 is #320C3F. Grayscale: #E1E1E1. Windows color (decimal): -3279936 or 12645325. OLE color: 12645325.
HSL color Cylindrical-coordinate representation of color #CDF3C0: hue angle of 104.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF3C0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 192 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.05 |
| HSL | 104.71º | 0.68% | 0.85% | - |
| HSV(B) | 104.71º | 0.21% | 0.95% | - |
| XYZ | 66.74 | 80.89 | 61.96 | - |
| YUV | 225.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 192 | 0.16 | 0 | 0.21 | 0.05 | 104.71 | 0.68 | 0.85 |
| Hex | CD | F3 | C0 | 10 | 0 | 15 | 5 | 69 | 44 | 55 |
| Octal | 315 | 363 | 300 | 20 | 0 | 25 | 5 | 151 | 104 | 125 |
| Binary | 11001101 | 11110011 | 11000000 | 10000 | 0 | 10101 | 101 | 1101001 | 1000100 | 1010101 |
Color Harmonies of #CDF3C0
Complementary color
Monochromatic Colors of #CDF3C0
Black with #CDF3C0
Text Example
Text Example
White with #CDF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3C0; }
p { color: rgb(205,243,192); }
H1.HeaderClassName
{
color: #CDF3C0;
}
.AnyTagClassName
{
color: #CDF3C0;
}
</style>
background-color css
<style>
a { background-color: #CDF3C0; }
a { background-color: rgb(205,243,192); }
div.DivClassName
{
background-color: #CDF3C0;
}
.BgClassName
{
background-color: #CDF3C0;
}
</style>
border-color css
<style>
span { border-color: #CDF3C0; }
span { border-color: rgb(205,243,192); }
td.TdClassName
{
border-color: #CDF3C0;
}
.TagClassName
{
border-color: #CDF3C0;
}
</style>