Shades of Tea Green #DDFCB9
Tints of Tea Green #DDFCB9
RGB
CMYK
RGB Variations
Color information
#DDFCB9 (or 0xDDFCB9) is known color: Tea Green. HEX triplet: DD, FC and B9. RGB value is (221,252,185). Sum of RGB (Red+Green+Blue) = 221+252+185=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCB9 is #220346. Grayscale: #EBEBEB. Windows color (decimal): -2229063 or 12188893. OLE color: 12188893.
HSL color Cylindrical-coordinate representation of color #DDFCB9: hue angle of 87.76º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDFCB9 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 185 | - |
CMYK | 0.12 | 0 | 0.27 | 0.01 |
HSL | 87.76º | 0.92% | 0.86% | - |
HSV(B) | 87.76º | 0.27% | 0.99% | - |
XYZ | 73.39 | 88.5 | 59.11 | - |
YUV | 235.09 | 99.73 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 185 | 0.12 | 0 | 0.27 | 0.01 | 87.76 | 0.92 | 0.86 |
Hex | DD | FC | B9 | C | 0 | 1B | 1 | 58 | 5C | 56 |
Octal | 335 | 374 | 271 | 14 | 0 | 33 | 1 | 130 | 134 | 126 |
Binary | 11011101 | 11111100 | 10111001 | 1100 | 0 | 11011 | 1 | 1011000 | 1011100 | 1010110 |
Color Harmonies of #DDFCB9
Complementary color
Monochromatic Colors of #DDFCB9
Black with #DDFCB9
Text Example
Text Example
White with #DDFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCB9; }
p { color: rgb(221,252,185); }
H1.HeaderClassName
{
color: #DDFCB9;
}
.AnyTagClassName
{
color: #DDFCB9;
}
</style>
background-color css
<style>
a { background-color: #DDFCB9; }
a { background-color: rgb(221,252,185); }
div.DivClassName
{
background-color: #DDFCB9;
}
.BgClassName
{
background-color: #DDFCB9;
}
</style>
border-color css
<style>
span { border-color: #DDFCB9; }
span { border-color: rgb(221,252,185); }
td.TdClassName
{
border-color: #DDFCB9;
}
.TagClassName
{
border-color: #DDFCB9;
}
</style>