Shades of Tea Green #D2FAB7
Tints of Tea Green #D2FAB7
RGB
CMYK
RGB Variations
Color information
#D2FAB7 (or 0xD2FAB7) is known color: Tea Green. HEX triplet: D2, FA and B7. RGB value is (210,250,183). Sum of RGB (Red+Green+Blue) = 210+250+183=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAB7 is #2D0548. Grayscale: #E6E6E6. Windows color (decimal): -2950473 or 12057298. OLE color: 12057298.
HSL color Cylindrical-coordinate representation of color #D2FAB7: hue angle of 95.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2FAB7 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 183 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.02 |
| HSL | 95.82º | 0.87% | 0.85% | - |
| HSV(B) | 95.82º | 0.27% | 0.98% | - |
| XYZ | 69.31 | 85.49 | 57.65 | - |
| YUV | 230.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 183 | 0.16 | 0 | 0.27 | 0.02 | 95.82 | 0.87 | 0.85 |
| Hex | D2 | FA | B7 | 10 | 0 | 1B | 2 | 60 | 57 | 55 |
| Octal | 322 | 372 | 267 | 20 | 0 | 33 | 2 | 140 | 127 | 125 |
| Binary | 11010010 | 11111010 | 10110111 | 10000 | 0 | 11011 | 10 | 1100000 | 1010111 | 1010101 |
Color Harmonies of #D2FAB7
Complementary color
Monochromatic Colors of #D2FAB7
Black with #D2FAB7
Text Example
Text Example
White with #D2FAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FAB7; }
p { color: rgb(210,250,183); }
H1.HeaderClassName
{
color: #D2FAB7;
}
.AnyTagClassName
{
color: #D2FAB7;
}
</style>
background-color css
<style>
a { background-color: #D2FAB7; }
a { background-color: rgb(210,250,183); }
div.DivClassName
{
background-color: #D2FAB7;
}
.BgClassName
{
background-color: #D2FAB7;
}
</style>
border-color css
<style>
span { border-color: #D2FAB7; }
span { border-color: rgb(210,250,183); }
td.TdClassName
{
border-color: #D2FAB7;
}
.TagClassName
{
border-color: #D2FAB7;
}
</style>