Shades of Tea Green #D7FAC2
Tints of Tea Green #D7FAC2
RGB
CMYK
RGB Variations
Color information
#D7FAC2 (or 0xD7FAC2) is known color: Tea Green. HEX triplet: D7, FA and C2. RGB value is (215,250,194). Sum of RGB (Red+Green+Blue) = 215+250+194=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FAC2 is #28053D. Grayscale: #E9E9E9. Windows color (decimal): -2622782 or 12778199. OLE color: 12778199.
HSL color Cylindrical-coordinate representation of color #D7FAC2: hue angle of 97.5º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7FAC2 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 194 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.02 |
| HSL | 97.5º | 0.85% | 0.87% | - |
| HSV(B) | 97.5º | 0.22% | 0.98% | - |
| XYZ | 71.95 | 86.71 | 63.98 | - |
| YUV | 233.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 194 | 0.14 | 0 | 0.22 | 0.02 | 97.5 | 0.85 | 0.87 |
| Hex | D7 | FA | C2 | E | 0 | 16 | 2 | 62 | 55 | 57 |
| Octal | 327 | 372 | 302 | 16 | 0 | 26 | 2 | 142 | 125 | 127 |
| Binary | 11010111 | 11111010 | 11000010 | 1110 | 0 | 10110 | 10 | 1100010 | 1010101 | 1010111 |
Color Harmonies of #D7FAC2
Complementary color
Monochromatic Colors of #D7FAC2
Black with #D7FAC2
Text Example
Text Example
White with #D7FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FAC2; }
p { color: rgb(215,250,194); }
H1.HeaderClassName
{
color: #D7FAC2;
}
.AnyTagClassName
{
color: #D7FAC2;
}
</style>
background-color css
<style>
a { background-color: #D7FAC2; }
a { background-color: rgb(215,250,194); }
div.DivClassName
{
background-color: #D7FAC2;
}
.BgClassName
{
background-color: #D7FAC2;
}
</style>
border-color css
<style>
span { border-color: #D7FAC2; }
span { border-color: rgb(215,250,194); }
td.TdClassName
{
border-color: #D7FAC2;
}
.TagClassName
{
border-color: #D7FAC2;
}
</style>