Shades of Tea Green #D9FAC5
Tints of Tea Green #D9FAC5
RGB
CMYK
RGB Variations
Color information
#D9FAC5 (or 0xD9FAC5) is known color: Tea Green. HEX triplet: D9, FA and C5. RGB value is (217,250,197). Sum of RGB (Red+Green+Blue) = 217+250+197=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 197 (77.34% from 255 or 29.67% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAC5 is #26053A. Grayscale: #EAEAEA. Windows color (decimal): -2491707 or 12974809. OLE color: 12974809.
HSL color Cylindrical-coordinate representation of color #D9FAC5: hue angle of 97.36º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9FAC5 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 197 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.02 |
| HSL | 97.36º | 0.84% | 0.88% | - |
| HSV(B) | 97.36º | 0.21% | 0.98% | - |
| XYZ | 72.88 | 87.15 | 65.8 | - |
| YUV | 234.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 197 | 0.13 | 0 | 0.21 | 0.02 | 97.36 | 0.84 | 0.88 |
| Hex | D9 | FA | C5 | D | 0 | 15 | 2 | 61 | 54 | 58 |
| Octal | 331 | 372 | 305 | 15 | 0 | 25 | 2 | 141 | 124 | 130 |
| Binary | 11011001 | 11111010 | 11000101 | 1101 | 0 | 10101 | 10 | 1100001 | 1010100 | 1011000 |
Color Harmonies of #D9FAC5
Complementary color
Monochromatic Colors of #D9FAC5
Black with #D9FAC5
Text Example
Text Example
White with #D9FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAC5; }
p { color: rgb(217,250,197); }
H1.HeaderClassName
{
color: #D9FAC5;
}
.AnyTagClassName
{
color: #D9FAC5;
}
</style>
background-color css
<style>
a { background-color: #D9FAC5; }
a { background-color: rgb(217,250,197); }
div.DivClassName
{
background-color: #D9FAC5;
}
.BgClassName
{
background-color: #D9FAC5;
}
</style>
border-color css
<style>
span { border-color: #D9FAC5; }
span { border-color: rgb(217,250,197); }
td.TdClassName
{
border-color: #D9FAC5;
}
.TagClassName
{
border-color: #D9FAC5;
}
</style>