Shades of Tea Green #DDFFC5
Tints of Tea Green #DDFFC5
RGB
CMYK
RGB Variations
Color information
#DDFFC5 (or 0xDDFFC5) is known color: Tea Green. HEX triplet: DD, FF and C5. RGB value is (221,255,197). Sum of RGB (Red+Green+Blue) = 221+255+197=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFC5 is #22003A. Grayscale: #EEEEEE. Windows color (decimal): -2228283 or 12976093. OLE color: 12976093.
HSL color Cylindrical-coordinate representation of color #DDFFC5: hue angle of 95.17º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFFC5 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 197 | - |
CMYK | 0.13 | 0 | 0.23 | 0 |
HSL | 95.17º | 1% | 0.89% | - |
HSV(B) | 95.17º | 0.23% | 1% | - |
XYZ | 75.66 | 90.92 | 66.39 | - |
YUV | 238.22 | 104.74 | 115.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 197 | 0.13 | 0 | 0.23 | 0 | 95.17 | 1 | 0.89 |
Hex | DD | FF | C5 | D | 0 | 17 | 0 | 5F | 64 | 59 |
Octal | 335 | 377 | 305 | 15 | 0 | 27 | 0 | 137 | 144 | 131 |
Binary | 11011101 | 11111111 | 11000101 | 1101 | 0 | 10111 | 0 | 1011111 | 1100100 | 1011001 |
Color Harmonies of #DDFFC5
Complementary color
Monochromatic Colors of #DDFFC5
Black with #DDFFC5
Text Example
Text Example
White with #DDFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFC5; }
p { color: rgb(221,255,197); }
H1.HeaderClassName
{
color: #DDFFC5;
}
.AnyTagClassName
{
color: #DDFFC5;
}
</style>
background-color css
<style>
a { background-color: #DDFFC5; }
a { background-color: rgb(221,255,197); }
div.DivClassName
{
background-color: #DDFFC5;
}
.BgClassName
{
background-color: #DDFFC5;
}
</style>
border-color css
<style>
span { border-color: #DDFFC5; }
span { border-color: rgb(221,255,197); }
td.TdClassName
{
border-color: #DDFFC5;
}
.TagClassName
{
border-color: #DDFFC5;
}
</style>