Shades of Tea Green #CDF5BA
Tints of Tea Green #CDF5BA
RGB
CMYK
RGB Variations
Color information
#CDF5BA (or 0xCDF5BA) is known color: Tea Green. HEX triplet: CD, F5 and BA. RGB value is (205,245,186). Sum of RGB (Red+Green+Blue) = 205+245+186=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5BA is #320A45. Grayscale: #E2E2E2. Windows color (decimal): -3279430 or 12252621. OLE color: 12252621.
HSL color Cylindrical-coordinate representation of color #CDF5BA: hue angle of 100.68º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF5BA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 186 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.04 |
| HSL | 100.68º | 0.75% | 0.85% | - |
| HSV(B) | 100.68º | 0.24% | 0.96% | - |
| XYZ | 66.69 | 81.83 | 58.73 | - |
| YUV | 226.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 186 | 0.16 | 0 | 0.24 | 0.04 | 100.68 | 0.75 | 0.85 |
| Hex | CD | F5 | BA | 10 | 0 | 18 | 4 | 65 | 4B | 55 |
| Octal | 315 | 365 | 272 | 20 | 0 | 30 | 4 | 145 | 113 | 125 |
| Binary | 11001101 | 11110101 | 10111010 | 10000 | 0 | 11000 | 100 | 1100101 | 1001011 | 1010101 |
Color Harmonies of #CDF5BA
Complementary color
Monochromatic Colors of #CDF5BA
Black with #CDF5BA
Text Example
Text Example
White with #CDF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5BA; }
p { color: rgb(205,245,186); }
H1.HeaderClassName
{
color: #CDF5BA;
}
.AnyTagClassName
{
color: #CDF5BA;
}
</style>
background-color css
<style>
a { background-color: #CDF5BA; }
a { background-color: rgb(205,245,186); }
div.DivClassName
{
background-color: #CDF5BA;
}
.BgClassName
{
background-color: #CDF5BA;
}
</style>
border-color css
<style>
span { border-color: #CDF5BA; }
span { border-color: rgb(205,245,186); }
td.TdClassName
{
border-color: #CDF5BA;
}
.TagClassName
{
border-color: #CDF5BA;
}
</style>