Shades of Tea Green #CDF0BA
Tints of Tea Green #CDF0BA
RGB
CMYK
RGB Variations
Color information
#CDF0BA (or 0xCDF0BA) is known color: Tea Green. HEX triplet: CD, F0 and BA. RGB value is (205,240,186). Sum of RGB (Red+Green+Blue) = 205+240+186=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0BA is #320F45. Grayscale: #DFDFDF. Windows color (decimal): -3280710 or 12251341. OLE color: 12251341.
HSL color Cylindrical-coordinate representation of color #CDF0BA: hue angle of 98.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF0BA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 186 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.06 |
| HSL | 98.89º | 0.64% | 0.84% | - |
| HSV(B) | 98.89º | 0.23% | 0.94% | - |
| XYZ | 65.2 | 78.84 | 58.24 | - |
| YUV | 223.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 186 | 0.15 | 0 | 0.22 | 0.06 | 98.89 | 0.64 | 0.84 |
| Hex | CD | F0 | BA | F | 0 | 16 | 6 | 63 | 40 | 54 |
| Octal | 315 | 360 | 272 | 17 | 0 | 26 | 6 | 143 | 100 | 124 |
| Binary | 11001101 | 11110000 | 10111010 | 1111 | 0 | 10110 | 110 | 1100011 | 1000000 | 1010100 |
Color Harmonies of #CDF0BA
Complementary color
Monochromatic Colors of #CDF0BA
Black with #CDF0BA
Text Example
Text Example
White with #CDF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0BA; }
p { color: rgb(205,240,186); }
H1.HeaderClassName
{
color: #CDF0BA;
}
.AnyTagClassName
{
color: #CDF0BA;
}
</style>
background-color css
<style>
a { background-color: #CDF0BA; }
a { background-color: rgb(205,240,186); }
div.DivClassName
{
background-color: #CDF0BA;
}
.BgClassName
{
background-color: #CDF0BA;
}
</style>
border-color css
<style>
span { border-color: #CDF0BA; }
span { border-color: rgb(205,240,186); }
td.TdClassName
{
border-color: #CDF0BA;
}
.TagClassName
{
border-color: #CDF0BA;
}
</style>