Shades of Tea Green #CDF3BB
Tints of Tea Green #CDF3BB
RGB
CMYK
RGB Variations
Color information
#CDF3BB (or 0xCDF3BB) is known color: Tea Green. HEX triplet: CD, F3 and BB. RGB value is (205,243,187). Sum of RGB (Red+Green+Blue) = 205+243+187=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3BB is #320C44. Grayscale: #E1E1E1. Windows color (decimal): -3279941 or 12317645. OLE color: 12317645.
HSL color Cylindrical-coordinate representation of color #CDF3BB: hue angle of 100.71º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF3BB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 187 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.05 |
| HSL | 100.71º | 0.7% | 0.84% | - |
| HSV(B) | 100.71º | 0.23% | 0.95% | - |
| XYZ | 66.2 | 80.67 | 59.1 | - |
| YUV | 225.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 187 | 0.16 | 0 | 0.23 | 0.05 | 100.71 | 0.7 | 0.84 |
| Hex | CD | F3 | BB | 10 | 0 | 17 | 5 | 65 | 46 | 54 |
| Octal | 315 | 363 | 273 | 20 | 0 | 27 | 5 | 145 | 106 | 124 |
| Binary | 11001101 | 11110011 | 10111011 | 10000 | 0 | 10111 | 101 | 1100101 | 1000110 | 1010100 |
Color Harmonies of #CDF3BB
Complementary color
Monochromatic Colors of #CDF3BB
Black with #CDF3BB
Text Example
Text Example
White with #CDF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3BB; }
p { color: rgb(205,243,187); }
H1.HeaderClassName
{
color: #CDF3BB;
}
.AnyTagClassName
{
color: #CDF3BB;
}
</style>
background-color css
<style>
a { background-color: #CDF3BB; }
a { background-color: rgb(205,243,187); }
div.DivClassName
{
background-color: #CDF3BB;
}
.BgClassName
{
background-color: #CDF3BB;
}
</style>
border-color css
<style>
span { border-color: #CDF3BB; }
span { border-color: rgb(205,243,187); }
td.TdClassName
{
border-color: #CDF3BB;
}
.TagClassName
{
border-color: #CDF3BB;
}
</style>