Shades of Tea Green #DDFFBA
Tints of Tea Green #DDFFBA
RGB
CMYK
RGB Variations
Color information
#DDFFBA (or 0xDDFFBA) is known color: Tea Green. HEX triplet: DD, FF and BA. RGB value is (221,255,186). Sum of RGB (Red+Green+Blue) = 221+255+186=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFBA is #220045. Grayscale: #EDEDED. Windows color (decimal): -2228294 or 12255197. OLE color: 12255197.
HSL color Cylindrical-coordinate representation of color #DDFFBA: hue angle of 89.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDFFBA is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 186 | - |
| CMYK | 0.13 | 0 | 0.27 | 0 |
| HSL | 89.57º | 1% | 0.86% | - |
| HSV(B) | 89.57º | 0.27% | 1% | - |
| XYZ | 74.44 | 90.44 | 59.99 | - |
| YUV | 236.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 186 | 0.13 | 0 | 0.27 | 0 | 89.57 | 1 | 0.86 |
| Hex | DD | FF | BA | D | 0 | 1B | 0 | 5A | 64 | 56 |
| Octal | 335 | 377 | 272 | 15 | 0 | 33 | 0 | 132 | 144 | 126 |
| Binary | 11011101 | 11111111 | 10111010 | 1101 | 0 | 11011 | 0 | 1011010 | 1100100 | 1010110 |
Color Harmonies of #DDFFBA
Complementary color
Monochromatic Colors of #DDFFBA
Black with #DDFFBA
Text Example
Text Example
White with #DDFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFBA; }
p { color: rgb(221,255,186); }
H1.HeaderClassName
{
color: #DDFFBA;
}
.AnyTagClassName
{
color: #DDFFBA;
}
</style>
background-color css
<style>
a { background-color: #DDFFBA; }
a { background-color: rgb(221,255,186); }
div.DivClassName
{
background-color: #DDFFBA;
}
.BgClassName
{
background-color: #DDFFBA;
}
</style>
border-color css
<style>
span { border-color: #DDFFBA; }
span { border-color: rgb(221,255,186); }
td.TdClassName
{
border-color: #DDFFBA;
}
.TagClassName
{
border-color: #DDFFBA;
}
</style>