Shades of Tea Green #DDFBBA
Tints of Tea Green #DDFBBA
RGB
CMYK
RGB Variations
Color information
#DDFBBA (or 0xDDFBBA) is known color: Tea Green. HEX triplet: DD, FB and BA. RGB value is (221,251,186). Sum of RGB (Red+Green+Blue) = 221+251+186=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBBA is #220445. Grayscale: #EAEAEA. Windows color (decimal): -2229318 or 12254173. OLE color: 12254173.
HSL color Cylindrical-coordinate representation of color #DDFBBA: hue angle of 87.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDFBBA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 186 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.02 |
| HSL | 87.69º | 0.89% | 0.86% | - |
| HSV(B) | 87.69º | 0.26% | 0.98% | - |
| XYZ | 73.18 | 87.91 | 59.57 | - |
| YUV | 234.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 186 | 0.12 | 0 | 0.26 | 0.02 | 87.69 | 0.89 | 0.86 |
| Hex | DD | FB | BA | C | 0 | 1A | 2 | 58 | 59 | 56 |
| Octal | 335 | 373 | 272 | 14 | 0 | 32 | 2 | 130 | 131 | 126 |
| Binary | 11011101 | 11111011 | 10111010 | 1100 | 0 | 11010 | 10 | 1011000 | 1011001 | 1010110 |
Color Harmonies of #DDFBBA
Complementary color
Monochromatic Colors of #DDFBBA
Black with #DDFBBA
Text Example
Text Example
White with #DDFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBBA; }
p { color: rgb(221,251,186); }
H1.HeaderClassName
{
color: #DDFBBA;
}
.AnyTagClassName
{
color: #DDFBBA;
}
</style>
background-color css
<style>
a { background-color: #DDFBBA; }
a { background-color: rgb(221,251,186); }
div.DivClassName
{
background-color: #DDFBBA;
}
.BgClassName
{
background-color: #DDFBBA;
}
</style>
border-color css
<style>
span { border-color: #DDFBBA; }
span { border-color: rgb(221,251,186); }
td.TdClassName
{
border-color: #DDFBBA;
}
.TagClassName
{
border-color: #DDFBBA;
}
</style>