Shades of Tea Green #D2F0BA
Tints of Tea Green #D2F0BA
RGB
CMYK
RGB Variations
Color information
#D2F0BA (or 0xD2F0BA) is known color: Tea Green. HEX triplet: D2, F0 and BA. RGB value is (210,240,186). Sum of RGB (Red+Green+Blue) = 210+240+186=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0BA is #2D0F45. Grayscale: #E1E1E1. Windows color (decimal): -2953030 or 12251346. OLE color: 12251346.
HSL color Cylindrical-coordinate representation of color #D2F0BA: hue angle of 93.33º 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 #D2F0BA is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 186 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.06 |
| HSL | 93.33º | 0.64% | 0.84% | - |
| HSV(B) | 93.33º | 0.23% | 0.94% | - |
| XYZ | 66.6 | 79.57 | 58.3 | - |
| YUV | 224.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 186 | 0.12 | 0 | 0.22 | 0.06 | 93.33 | 0.64 | 0.84 |
| Hex | D2 | F0 | BA | C | 0 | 16 | 6 | 5D | 40 | 54 |
| Octal | 322 | 360 | 272 | 14 | 0 | 26 | 6 | 135 | 100 | 124 |
| Binary | 11010010 | 11110000 | 10111010 | 1100 | 0 | 10110 | 110 | 1011101 | 1000000 | 1010100 |
Color Harmonies of #D2F0BA
Complementary color
Monochromatic Colors of #D2F0BA
Black with #D2F0BA
Text Example
Text Example
White with #D2F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0BA; }
p { color: rgb(210,240,186); }
H1.HeaderClassName
{
color: #D2F0BA;
}
.AnyTagClassName
{
color: #D2F0BA;
}
</style>
background-color css
<style>
a { background-color: #D2F0BA; }
a { background-color: rgb(210,240,186); }
div.DivClassName
{
background-color: #D2F0BA;
}
.BgClassName
{
background-color: #D2F0BA;
}
</style>
border-color css
<style>
span { border-color: #D2F0BA; }
span { border-color: rgb(210,240,186); }
td.TdClassName
{
border-color: #D2F0BA;
}
.TagClassName
{
border-color: #D2F0BA;
}
</style>