Shades of Tea Green #CDF4BA
Tints of Tea Green #CDF4BA
RGB
CMYK
RGB Variations
Color information
#CDF4BA (or 0xCDF4BA) is known color: Tea Green. HEX triplet: CD, F4 and BA. RGB value is (205,244,186). Sum of RGB (Red+Green+Blue) = 205+244+186=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4BA is #320B45. Grayscale: #E1E1E1. Windows color (decimal): -3279686 or 12252365. OLE color: 12252365.
HSL color Cylindrical-coordinate representation of color #CDF4BA: hue angle of 100.34º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF4BA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 186 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.04 |
| HSL | 100.34º | 0.73% | 0.84% | - |
| HSV(B) | 100.34º | 0.24% | 0.96% | - |
| XYZ | 66.39 | 81.23 | 58.63 | - |
| YUV | 225.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 186 | 0.16 | 0 | 0.24 | 0.04 | 100.34 | 0.73 | 0.84 |
| Hex | CD | F4 | BA | 10 | 0 | 18 | 4 | 64 | 48 | 54 |
| Octal | 315 | 364 | 272 | 20 | 0 | 30 | 4 | 144 | 110 | 124 |
| Binary | 11001101 | 11110100 | 10111010 | 10000 | 0 | 11000 | 100 | 1100100 | 1001000 | 1010100 |
Color Harmonies of #CDF4BA
Complementary color
Monochromatic Colors of #CDF4BA
Black with #CDF4BA
Text Example
Text Example
White with #CDF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4BA; }
p { color: rgb(205,244,186); }
H1.HeaderClassName
{
color: #CDF4BA;
}
.AnyTagClassName
{
color: #CDF4BA;
}
</style>
background-color css
<style>
a { background-color: #CDF4BA; }
a { background-color: rgb(205,244,186); }
div.DivClassName
{
background-color: #CDF4BA;
}
.BgClassName
{
background-color: #CDF4BA;
}
</style>
border-color css
<style>
span { border-color: #CDF4BA; }
span { border-color: rgb(205,244,186); }
td.TdClassName
{
border-color: #CDF4BA;
}
.TagClassName
{
border-color: #CDF4BA;
}
</style>