Shades of Tea Green #D0F4BA
Tints of Tea Green #D0F4BA
RGB
CMYK
RGB Variations
Color information
#D0F4BA (or 0xD0F4BA) is known color: Tea Green. HEX triplet: D0, F4 and BA. RGB value is (208,244,186). Sum of RGB (Red+Green+Blue) = 208+244+186=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4BA is #2F0B45. Grayscale: #E2E2E2. Windows color (decimal): -3083078 or 12252368. OLE color: 12252368.
HSL color Cylindrical-coordinate representation of color #D0F4BA: hue angle of 97.24º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0F4BA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 186 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.04 |
| HSL | 97.24º | 0.73% | 0.84% | - |
| HSV(B) | 97.24º | 0.24% | 0.96% | - |
| XYZ | 67.23 | 81.66 | 58.67 | - |
| YUV | 226.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 186 | 0.15 | 0 | 0.24 | 0.04 | 97.24 | 0.73 | 0.84 |
| Hex | D0 | F4 | BA | F | 0 | 18 | 4 | 61 | 48 | 54 |
| Octal | 320 | 364 | 272 | 17 | 0 | 30 | 4 | 141 | 110 | 124 |
| Binary | 11010000 | 11110100 | 10111010 | 1111 | 0 | 11000 | 100 | 1100001 | 1001000 | 1010100 |
Color Harmonies of #D0F4BA
Complementary color
Monochromatic Colors of #D0F4BA
Black with #D0F4BA
Text Example
Text Example
White with #D0F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4BA; }
p { color: rgb(208,244,186); }
H1.HeaderClassName
{
color: #D0F4BA;
}
.AnyTagClassName
{
color: #D0F4BA;
}
</style>
background-color css
<style>
a { background-color: #D0F4BA; }
a { background-color: rgb(208,244,186); }
div.DivClassName
{
background-color: #D0F4BA;
}
.BgClassName
{
background-color: #D0F4BA;
}
</style>
border-color css
<style>
span { border-color: #D0F4BA; }
span { border-color: rgb(208,244,186); }
td.TdClassName
{
border-color: #D0F4BA;
}
.TagClassName
{
border-color: #D0F4BA;
}
</style>