Shades of Tea Green #CDF4BB
Tints of Tea Green #CDF4BB
RGB
CMYK
RGB Variations
Color information
#CDF4BB (or 0xCDF4BB) is known color: Tea Green. HEX triplet: CD, F4 and BB. RGB value is (205,244,187). Sum of RGB (Red+Green+Blue) = 205+244+187=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4BB is #320B44. Grayscale: #E2E2E2. Windows color (decimal): -3279685 or 12317901. OLE color: 12317901.
HSL color Cylindrical-coordinate representation of color #CDF4BB: hue angle of 101.05º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF4BB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 187 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 101.05º | 0.72% | 0.85% | - |
| HSV(B) | 101.05º | 0.23% | 0.96% | - |
| XYZ | 66.5 | 81.27 | 59.2 | - |
| YUV | 225.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 187 | 0.16 | 0 | 0.23 | 0.04 | 101.05 | 0.72 | 0.85 |
| Hex | CD | F4 | BB | 10 | 0 | 17 | 4 | 65 | 48 | 55 |
| Octal | 315 | 364 | 273 | 20 | 0 | 27 | 4 | 145 | 110 | 125 |
| Binary | 11001101 | 11110100 | 10111011 | 10000 | 0 | 10111 | 100 | 1100101 | 1001000 | 1010101 |
Color Harmonies of #CDF4BB
Complementary color
Monochromatic Colors of #CDF4BB
Black with #CDF4BB
Text Example
Text Example
White with #CDF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4BB; }
p { color: rgb(205,244,187); }
H1.HeaderClassName
{
color: #CDF4BB;
}
.AnyTagClassName
{
color: #CDF4BB;
}
</style>
background-color css
<style>
a { background-color: #CDF4BB; }
a { background-color: rgb(205,244,187); }
div.DivClassName
{
background-color: #CDF4BB;
}
.BgClassName
{
background-color: #CDF4BB;
}
</style>
border-color css
<style>
span { border-color: #CDF4BB; }
span { border-color: rgb(205,244,187); }
td.TdClassName
{
border-color: #CDF4BB;
}
.TagClassName
{
border-color: #CDF4BB;
}
</style>