Shades of Tea Green #D7F0BA
Tints of Tea Green #D7F0BA
RGB
CMYK
RGB Variations
Color information
#D7F0BA (or 0xD7F0BA) is known color: Tea Green. HEX triplet: D7, F0 and BA. RGB value is (215,240,186). Sum of RGB (Red+Green+Blue) = 215+240+186=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F0BA is #280F45. Grayscale: #E2E2E2. Windows color (decimal): -2625350 or 12251351. OLE color: 12251351.
HSL color Cylindrical-coordinate representation of color #D7F0BA: hue angle of 87.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7F0BA is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 186 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.06 |
| HSL | 87.78º | 0.64% | 0.84% | - |
| HSV(B) | 87.78º | 0.23% | 0.94% | - |
| XYZ | 68.05 | 80.31 | 58.37 | - |
| YUV | 226.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 186 | 0.10 | 0 | 0.22 | 0.06 | 87.78 | 0.64 | 0.84 |
| Hex | D7 | F0 | BA | A | 0 | 16 | 6 | 58 | 40 | 54 |
| Octal | 327 | 360 | 272 | 12 | 0 | 26 | 6 | 130 | 100 | 124 |
| Binary | 11010111 | 11110000 | 10111010 | 1010 | 0 | 10110 | 110 | 1011000 | 1000000 | 1010100 |
Color Harmonies of #D7F0BA
Complementary color
Monochromatic Colors of #D7F0BA
Black with #D7F0BA
Text Example
Text Example
White with #D7F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0BA; }
p { color: rgb(215,240,186); }
H1.HeaderClassName
{
color: #D7F0BA;
}
.AnyTagClassName
{
color: #D7F0BA;
}
</style>
background-color css
<style>
a { background-color: #D7F0BA; }
a { background-color: rgb(215,240,186); }
div.DivClassName
{
background-color: #D7F0BA;
}
.BgClassName
{
background-color: #D7F0BA;
}
</style>
border-color css
<style>
span { border-color: #D7F0BA; }
span { border-color: rgb(215,240,186); }
td.TdClassName
{
border-color: #D7F0BA;
}
.TagClassName
{
border-color: #D7F0BA;
}
</style>