Shades of Tea Green #D0F0BF
Tints of Tea Green #D0F0BF
RGB
CMYK
RGB Variations
Color information
#D0F0BF (or 0xD0F0BF) is known color: Tea Green. HEX triplet: D0, F0 and BF. RGB value is (208,240,191). Sum of RGB (Red+Green+Blue) = 208+240+191=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0BF is #2F0F40. Grayscale: #E1E1E1. Windows color (decimal): -3084097 or 12579024. OLE color: 12579024.
HSL color Cylindrical-coordinate representation of color #D0F0BF: hue angle of 99.18º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0F0BF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 191 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.06 |
| HSL | 99.18º | 0.62% | 0.85% | - |
| HSV(B) | 99.18º | 0.2% | 0.94% | - |
| XYZ | 66.58 | 79.49 | 61.12 | - |
| YUV | 224.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 191 | 0.13 | 0 | 0.20 | 0.06 | 99.18 | 0.62 | 0.85 |
| Hex | D0 | F0 | BF | D | 0 | 14 | 6 | 63 | 3E | 55 |
| Octal | 320 | 360 | 277 | 15 | 0 | 24 | 6 | 143 | 76 | 125 |
| Binary | 11010000 | 11110000 | 10111111 | 1101 | 0 | 10100 | 110 | 1100011 | 111110 | 1010101 |
Color Harmonies of #D0F0BF
Complementary color
Monochromatic Colors of #D0F0BF
Black with #D0F0BF
Text Example
Text Example
White with #D0F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0BF; }
p { color: rgb(208,240,191); }
H1.HeaderClassName
{
color: #D0F0BF;
}
.AnyTagClassName
{
color: #D0F0BF;
}
</style>
background-color css
<style>
a { background-color: #D0F0BF; }
a { background-color: rgb(208,240,191); }
div.DivClassName
{
background-color: #D0F0BF;
}
.BgClassName
{
background-color: #D0F0BF;
}
</style>
border-color css
<style>
span { border-color: #D0F0BF; }
span { border-color: rgb(208,240,191); }
td.TdClassName
{
border-color: #D0F0BF;
}
.TagClassName
{
border-color: #D0F0BF;
}
</style>