Shades of Tea Green #DDFEBF
Tints of Tea Green #DDFEBF
RGB
CMYK
RGB Variations
Color information
#DDFEBF (or 0xDDFEBF) is known color: Tea Green. HEX triplet: DD, FE and BF. RGB value is (221,254,191). Sum of RGB (Red+Green+Blue) = 221+254+191=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEBF is #220140. Grayscale: #EDEDED. Windows color (decimal): -2228545 or 12582621. OLE color: 12582621.
HSL color Cylindrical-coordinate representation of color #DDFEBF: hue angle of 91.43º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDFEBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 191 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.00 |
| HSL | 91.43º | 0.97% | 0.87% | - |
| HSV(B) | 91.43º | 0.25% | 1% | - |
| XYZ | 74.66 | 90.02 | 62.73 | - |
| YUV | 236.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 191 | 0.13 | 0 | 0.25 | 0.00 | 91.43 | 0.97 | 0.87 |
| Hex | DD | FE | BF | D | 0 | 19 | 0 | 5B | 61 | 57 |
| Octal | 335 | 376 | 277 | 15 | 0 | 31 | 0 | 133 | 141 | 127 |
| Binary | 11011101 | 11111110 | 10111111 | 1101 | 0 | 11001 | 0 | 1011011 | 1100001 | 1010111 |
Color Harmonies of #DDFEBF
Complementary color
Monochromatic Colors of #DDFEBF
Black with #DDFEBF
Text Example
Text Example
White with #DDFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEBF; }
p { color: rgb(221,254,191); }
H1.HeaderClassName
{
color: #DDFEBF;
}
.AnyTagClassName
{
color: #DDFEBF;
}
</style>
background-color css
<style>
a { background-color: #DDFEBF; }
a { background-color: rgb(221,254,191); }
div.DivClassName
{
background-color: #DDFEBF;
}
.BgClassName
{
background-color: #DDFEBF;
}
</style>
border-color css
<style>
span { border-color: #DDFEBF; }
span { border-color: rgb(221,254,191); }
td.TdClassName
{
border-color: #DDFEBF;
}
.TagClassName
{
border-color: #DDFEBF;
}
</style>