Shades of Tea Green #D0EFBC
Tints of Tea Green #D0EFBC
RGB
CMYK
RGB Variations
Color information
#D0EFBC (or 0xD0EFBC) is known color: Tea Green. HEX triplet: D0, EF and BC. RGB value is (208,239,188). Sum of RGB (Red+Green+Blue) = 208+239+188=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFBC is #2F1043. Grayscale: #E0E0E0. Windows color (decimal): -3084356 or 12382160. OLE color: 12382160.
HSL color Cylindrical-coordinate representation of color #D0EFBC: hue angle of 96.47º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0EFBC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 188 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.06 |
| HSL | 96.47º | 0.61% | 0.84% | - |
| HSV(B) | 96.47º | 0.21% | 0.94% | - |
| XYZ | 65.96 | 78.77 | 59.31 | - |
| YUV | 223.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 188 | 0.13 | 0 | 0.21 | 0.06 | 96.47 | 0.61 | 0.84 |
| Hex | D0 | EF | BC | D | 0 | 15 | 6 | 60 | 3D | 54 |
| Octal | 320 | 357 | 274 | 15 | 0 | 25 | 6 | 140 | 75 | 124 |
| Binary | 11010000 | 11101111 | 10111100 | 1101 | 0 | 10101 | 110 | 1100000 | 111101 | 1010100 |
Color Harmonies of #D0EFBC
Complementary color
Monochromatic Colors of #D0EFBC
Black with #D0EFBC
Text Example
Text Example
White with #D0EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFBC; }
p { color: rgb(208,239,188); }
H1.HeaderClassName
{
color: #D0EFBC;
}
.AnyTagClassName
{
color: #D0EFBC;
}
</style>
background-color css
<style>
a { background-color: #D0EFBC; }
a { background-color: rgb(208,239,188); }
div.DivClassName
{
background-color: #D0EFBC;
}
.BgClassName
{
background-color: #D0EFBC;
}
</style>
border-color css
<style>
span { border-color: #D0EFBC; }
span { border-color: rgb(208,239,188); }
td.TdClassName
{
border-color: #D0EFBC;
}
.TagClassName
{
border-color: #D0EFBC;
}
</style>