Shades of Tea Green #DDFDC0
Tints of Tea Green #DDFDC0
RGB
CMYK
RGB Variations
Color information
#DDFDC0 (or 0xDDFDC0) is known color: Tea Green. HEX triplet: DD, FD and C0. RGB value is (221,253,192). Sum of RGB (Red+Green+Blue) = 221+253+192=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC0 is #22023F. Grayscale: #ECECEC. Windows color (decimal): -2228800 or 12647901. OLE color: 12647901.
HSL color Cylindrical-coordinate representation of color #DDFDC0: hue angle of 91.48º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDFDC0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 192 | - |
CMYK | 0.13 | 0 | 0.24 | 0.01 |
HSL | 91.48º | 0.94% | 0.87% | - |
HSV(B) | 91.48º | 0.24% | 0.99% | - |
XYZ | 74.46 | 89.43 | 63.21 | - |
YUV | 236.48 | 102.9 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 192 | 0.13 | 0 | 0.24 | 0.01 | 91.48 | 0.94 | 0.87 |
Hex | DD | FD | C0 | D | 0 | 18 | 1 | 5B | 5E | 57 |
Octal | 335 | 375 | 300 | 15 | 0 | 30 | 1 | 133 | 136 | 127 |
Binary | 11011101 | 11111101 | 11000000 | 1101 | 0 | 11000 | 1 | 1011011 | 1011110 | 1010111 |
Color Harmonies of #DDFDC0
Complementary color
Monochromatic Colors of #DDFDC0
Black with #DDFDC0
Text Example
Text Example
White with #DDFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDC0; }
p { color: rgb(221,253,192); }
H1.HeaderClassName
{
color: #DDFDC0;
}
.AnyTagClassName
{
color: #DDFDC0;
}
</style>
background-color css
<style>
a { background-color: #DDFDC0; }
a { background-color: rgb(221,253,192); }
div.DivClassName
{
background-color: #DDFDC0;
}
.BgClassName
{
background-color: #DDFDC0;
}
</style>
border-color css
<style>
span { border-color: #DDFDC0; }
span { border-color: rgb(221,253,192); }
td.TdClassName
{
border-color: #DDFDC0;
}
.TagClassName
{
border-color: #DDFDC0;
}
</style>