Shades of Tea Green #CDF2BB
Tints of Tea Green #CDF2BB
RGB
CMYK
RGB Variations
Color information
#CDF2BB (or 0xCDF2BB) is known color: Tea Green. HEX triplet: CD, F2 and BB. RGB value is (205,242,187). Sum of RGB (Red+Green+Blue) = 205+242+187=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2BB is #320D44. Grayscale: #E0E0E0. Windows color (decimal): -3280197 or 12317389. OLE color: 12317389.
HSL color Cylindrical-coordinate representation of color #CDF2BB: hue angle of 100.36º degrees, saturation: 0.68, 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 #CDF2BB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 187 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.05 |
| HSL | 100.36º | 0.68% | 0.84% | - |
| HSV(B) | 100.36º | 0.23% | 0.95% | - |
| XYZ | 65.9 | 80.07 | 59 | - |
| YUV | 224.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 187 | 0.15 | 0 | 0.23 | 0.05 | 100.36 | 0.68 | 0.84 |
| Hex | CD | F2 | BB | F | 0 | 17 | 5 | 64 | 44 | 54 |
| Octal | 315 | 362 | 273 | 17 | 0 | 27 | 5 | 144 | 104 | 124 |
| Binary | 11001101 | 11110010 | 10111011 | 1111 | 0 | 10111 | 101 | 1100100 | 1000100 | 1010100 |
Color Harmonies of #CDF2BB
Complementary color
Monochromatic Colors of #CDF2BB
Black with #CDF2BB
Text Example
Text Example
White with #CDF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2BB; }
p { color: rgb(205,242,187); }
H1.HeaderClassName
{
color: #CDF2BB;
}
.AnyTagClassName
{
color: #CDF2BB;
}
</style>
background-color css
<style>
a { background-color: #CDF2BB; }
a { background-color: rgb(205,242,187); }
div.DivClassName
{
background-color: #CDF2BB;
}
.BgClassName
{
background-color: #CDF2BB;
}
</style>
border-color css
<style>
span { border-color: #CDF2BB; }
span { border-color: rgb(205,242,187); }
td.TdClassName
{
border-color: #CDF2BB;
}
.TagClassName
{
border-color: #CDF2BB;
}
</style>