Shades of Tea Green #D0EEBF
Tints of Tea Green #D0EEBF
RGB
CMYK
RGB Variations
Color information
#D0EEBF (or 0xD0EEBF) is known color: Tea Green. HEX triplet: D0, EE and BF. RGB value is (208,238,191). Sum of RGB (Red+Green+Blue) = 208+238+191=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEBF is #2F1140. Grayscale: #DFDFDF. Windows color (decimal): -3084609 or 12578512. OLE color: 12578512.
HSL color Cylindrical-coordinate representation of color #D0EEBF: hue angle of 98.3º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0EEBF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 191 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 98.3º | 0.58% | 0.84% | - |
| HSV(B) | 98.3º | 0.2% | 0.93% | - |
| XYZ | 65.99 | 78.32 | 60.93 | - |
| YUV | 223.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 191 | 0.13 | 0 | 0.20 | 0.07 | 98.3 | 0.58 | 0.84 |
| Hex | D0 | EE | BF | D | 0 | 14 | 7 | 62 | 3A | 54 |
| Octal | 320 | 356 | 277 | 15 | 0 | 24 | 7 | 142 | 72 | 124 |
| Binary | 11010000 | 11101110 | 10111111 | 1101 | 0 | 10100 | 111 | 1100010 | 111010 | 1010100 |
Color Harmonies of #D0EEBF
Complementary color
Monochromatic Colors of #D0EEBF
Black with #D0EEBF
Text Example
Text Example
White with #D0EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEBF; }
p { color: rgb(208,238,191); }
H1.HeaderClassName
{
color: #D0EEBF;
}
.AnyTagClassName
{
color: #D0EEBF;
}
</style>
background-color css
<style>
a { background-color: #D0EEBF; }
a { background-color: rgb(208,238,191); }
div.DivClassName
{
background-color: #D0EEBF;
}
.BgClassName
{
background-color: #D0EEBF;
}
</style>
border-color css
<style>
span { border-color: #D0EEBF; }
span { border-color: rgb(208,238,191); }
td.TdClassName
{
border-color: #D0EEBF;
}
.TagClassName
{
border-color: #D0EEBF;
}
</style>