Shades of Tea Green #DFFFC1
Tints of Tea Green #DFFFC1
RGB
CMYK
RGB Variations
Color information
#DFFFC1 (or 0xDFFFC1) is known color: Tea Green. HEX triplet: DF, FF and C1. RGB value is (223,255,193). Sum of RGB (Red+Green+Blue) = 223+255+193=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFC1 is #20003E. Grayscale: #EEEEEE. Windows color (decimal): -2097215 or 12713951. OLE color: 12713951.
HSL color Cylindrical-coordinate representation of color #DFFFC1: hue angle of 90.97º 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 #DFFFC1 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 193 | - |
| CMYK | 0.13 | 0 | 0.24 | 0 |
| HSL | 90.97º | 1% | 0.88% | - |
| HSV(B) | 90.97º | 0.24% | 1% | - |
| XYZ | 75.82 | 91.06 | 64.03 | - |
| YUV | 238.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 193 | 0.13 | 0 | 0.24 | 0 | 90.97 | 1 | 0.88 |
| Hex | DF | FF | C1 | D | 0 | 18 | 0 | 5B | 64 | 58 |
| Octal | 337 | 377 | 301 | 15 | 0 | 30 | 0 | 133 | 144 | 130 |
| Binary | 11011111 | 11111111 | 11000001 | 1101 | 0 | 11000 | 0 | 1011011 | 1100100 | 1011000 |
Color Harmonies of #DFFFC1
Complementary color
Monochromatic Colors of #DFFFC1
Black with #DFFFC1
Text Example
Text Example
White with #DFFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFC1; }
p { color: rgb(223,255,193); }
H1.HeaderClassName
{
color: #DFFFC1;
}
.AnyTagClassName
{
color: #DFFFC1;
}
</style>
background-color css
<style>
a { background-color: #DFFFC1; }
a { background-color: rgb(223,255,193); }
div.DivClassName
{
background-color: #DFFFC1;
}
.BgClassName
{
background-color: #DFFFC1;
}
</style>
border-color css
<style>
span { border-color: #DFFFC1; }
span { border-color: rgb(223,255,193); }
td.TdClassName
{
border-color: #DFFFC1;
}
.TagClassName
{
border-color: #DFFFC1;
}
</style>