Shades of Tea Green #DDFFC4
Tints of Tea Green #DDFFC4
RGB
CMYK
RGB Variations
Color information
#DDFFC4 (or 0xDDFFC4) is known color: Tea Green. HEX triplet: DD, FF and C4. RGB value is (221,255,196). Sum of RGB (Red+Green+Blue) = 221+255+196=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFC4 is #22003B. Grayscale: #EEEEEE. Windows color (decimal): -2228284 or 12910557. OLE color: 12910557.
HSL color Cylindrical-coordinate representation of color #DDFFC4: hue angle of 94.58º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFFC4 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 196 | - |
| CMYK | 0.13 | 0 | 0.23 | 0 |
| HSL | 94.58º | 1% | 0.88% | - |
| HSV(B) | 94.58º | 0.23% | 1% | - |
| XYZ | 75.54 | 90.88 | 65.78 | - |
| YUV | 238.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 196 | 0.13 | 0 | 0.23 | 0 | 94.58 | 1 | 0.88 |
| Hex | DD | FF | C4 | D | 0 | 17 | 0 | 5F | 64 | 58 |
| Octal | 335 | 377 | 304 | 15 | 0 | 27 | 0 | 137 | 144 | 130 |
| Binary | 11011101 | 11111111 | 11000100 | 1101 | 0 | 10111 | 0 | 1011111 | 1100100 | 1011000 |
Color Harmonies of #DDFFC4
Complementary color
Monochromatic Colors of #DDFFC4
Black with #DDFFC4
Text Example
Text Example
White with #DDFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFC4; }
p { color: rgb(221,255,196); }
H1.HeaderClassName
{
color: #DDFFC4;
}
.AnyTagClassName
{
color: #DDFFC4;
}
</style>
background-color css
<style>
a { background-color: #DDFFC4; }
a { background-color: rgb(221,255,196); }
div.DivClassName
{
background-color: #DDFFC4;
}
.BgClassName
{
background-color: #DDFFC4;
}
</style>
border-color css
<style>
span { border-color: #DDFFC4; }
span { border-color: rgb(221,255,196); }
td.TdClassName
{
border-color: #DDFFC4;
}
.TagClassName
{
border-color: #DDFFC4;
}
</style>