Shades of Tea Green #DDFDBB
Tints of Tea Green #DDFDBB
RGB
CMYK
RGB Variations
Color information
#DDFDBB (or 0xDDFDBB) is known color: Tea Green. HEX triplet: DD, FD and BB. RGB value is (221,253,187). Sum of RGB (Red+Green+Blue) = 221+253+187=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDBB is #220244. Grayscale: #ECECEC. Windows color (decimal): -2228805 or 12320221. OLE color: 12320221.
HSL color Cylindrical-coordinate representation of color #DDFDBB: hue angle of 89.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDFDBB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 187 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.01 |
| HSL | 89.09º | 0.94% | 0.86% | - |
| HSV(B) | 89.09º | 0.26% | 0.99% | - |
| XYZ | 73.91 | 89.21 | 60.34 | - |
| YUV | 235.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 187 | 0.13 | 0 | 0.26 | 0.01 | 89.09 | 0.94 | 0.86 |
| Hex | DD | FD | BB | D | 0 | 1A | 1 | 59 | 5E | 56 |
| Octal | 335 | 375 | 273 | 15 | 0 | 32 | 1 | 131 | 136 | 126 |
| Binary | 11011101 | 11111101 | 10111011 | 1101 | 0 | 11010 | 1 | 1011001 | 1011110 | 1010110 |
Color Harmonies of #DDFDBB
Complementary color
Monochromatic Colors of #DDFDBB
Black with #DDFDBB
Text Example
Text Example
White with #DDFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDBB; }
p { color: rgb(221,253,187); }
H1.HeaderClassName
{
color: #DDFDBB;
}
.AnyTagClassName
{
color: #DDFDBB;
}
</style>
background-color css
<style>
a { background-color: #DDFDBB; }
a { background-color: rgb(221,253,187); }
div.DivClassName
{
background-color: #DDFDBB;
}
.BgClassName
{
background-color: #DDFDBB;
}
</style>
border-color css
<style>
span { border-color: #DDFDBB; }
span { border-color: rgb(221,253,187); }
td.TdClassName
{
border-color: #DDFDBB;
}
.TagClassName
{
border-color: #DDFDBB;
}
</style>