Shades of Tea Green #DDFFC3
Tints of Tea Green #DDFFC3
RGB
CMYK
RGB Variations
Color information
#DDFFC3 (or 0xDDFFC3) is known color: Tea Green. HEX triplet: DD, FF and C3. RGB value is (221,255,195). Sum of RGB (Red+Green+Blue) = 221+255+195=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFC3 is #22003C. Grayscale: #EEEEEE. Windows color (decimal): -2228285 or 12845021. OLE color: 12845021.
HSL color Cylindrical-coordinate representation of color #DDFFC3: hue angle of 94º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDFFC3 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 195 | - |
| CMYK | 0.13 | 0 | 0.24 | 0 |
| HSL | 94º | 1% | 0.88% | - |
| HSV(B) | 94º | 0.24% | 1% | - |
| XYZ | 75.43 | 90.83 | 65.19 | - |
| YUV | 237.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 195 | 0.13 | 0 | 0.24 | 0 | 94 | 1 | 0.88 |
| Hex | DD | FF | C3 | D | 0 | 18 | 0 | 5E | 64 | 58 |
| Octal | 335 | 377 | 303 | 15 | 0 | 30 | 0 | 136 | 144 | 130 |
| Binary | 11011101 | 11111111 | 11000011 | 1101 | 0 | 11000 | 0 | 1011110 | 1100100 | 1011000 |
Color Harmonies of #DDFFC3
Complementary color
Monochromatic Colors of #DDFFC3
Black with #DDFFC3
Text Example
Text Example
White with #DDFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFC3; }
p { color: rgb(221,255,195); }
H1.HeaderClassName
{
color: #DDFFC3;
}
.AnyTagClassName
{
color: #DDFFC3;
}
</style>
background-color css
<style>
a { background-color: #DDFFC3; }
a { background-color: rgb(221,255,195); }
div.DivClassName
{
background-color: #DDFFC3;
}
.BgClassName
{
background-color: #DDFFC3;
}
</style>
border-color css
<style>
span { border-color: #DDFFC3; }
span { border-color: rgb(221,255,195); }
td.TdClassName
{
border-color: #DDFFC3;
}
.TagClassName
{
border-color: #DDFFC3;
}
</style>