Shades of Tea Green #D7FAC1
Tints of Tea Green #D7FAC1
RGB
CMYK
RGB Variations
Color information
#D7FAC1 (or 0xD7FAC1) is known color: Tea Green. HEX triplet: D7, FA and C1. RGB value is (215,250,193). Sum of RGB (Red+Green+Blue) = 215+250+193=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FAC1 is #28053E. Grayscale: #E9E9E9. Windows color (decimal): -2622783 or 12712663. OLE color: 12712663.
HSL color Cylindrical-coordinate representation of color #D7FAC1: hue angle of 96.84º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7FAC1 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 193 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.02 |
| HSL | 96.84º | 0.85% | 0.87% | - |
| HSV(B) | 96.84º | 0.23% | 0.98% | - |
| XYZ | 71.84 | 86.67 | 63.39 | - |
| YUV | 233.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 193 | 0.14 | 0 | 0.23 | 0.02 | 96.84 | 0.85 | 0.87 |
| Hex | D7 | FA | C1 | E | 0 | 17 | 2 | 61 | 55 | 57 |
| Octal | 327 | 372 | 301 | 16 | 0 | 27 | 2 | 141 | 125 | 127 |
| Binary | 11010111 | 11111010 | 11000001 | 1110 | 0 | 10111 | 10 | 1100001 | 1010101 | 1010111 |
Color Harmonies of #D7FAC1
Complementary color
Monochromatic Colors of #D7FAC1
Black with #D7FAC1
Text Example
Text Example
White with #D7FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FAC1; }
p { color: rgb(215,250,193); }
H1.HeaderClassName
{
color: #D7FAC1;
}
.AnyTagClassName
{
color: #D7FAC1;
}
</style>
background-color css
<style>
a { background-color: #D7FAC1; }
a { background-color: rgb(215,250,193); }
div.DivClassName
{
background-color: #D7FAC1;
}
.BgClassName
{
background-color: #D7FAC1;
}
</style>
border-color css
<style>
span { border-color: #D7FAC1; }
span { border-color: rgb(215,250,193); }
td.TdClassName
{
border-color: #D7FAC1;
}
.TagClassName
{
border-color: #D7FAC1;
}
</style>