Shades of Tea Green #D0EFB2
Tints of Tea Green #D0EFB2
RGB
CMYK
RGB Variations
Color information
#D0EFB2 (or 0xD0EFB2) is known color: Tea Green. HEX triplet: D0, EF and B2. RGB value is (208,239,178). Sum of RGB (Red+Green+Blue) = 208+239+178=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFB2 is #2F104D. Grayscale: #DEDEDE. Windows color (decimal): -3084366 or 11726800. OLE color: 11726800.
HSL color Cylindrical-coordinate representation of color #D0EFB2: hue angle of 90.49º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0EFB2 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 178 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.06 |
| HSL | 90.49º | 0.66% | 0.82% | - |
| HSV(B) | 90.49º | 0.26% | 0.94% | - |
| XYZ | 64.91 | 78.36 | 53.82 | - |
| YUV | 222.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 178 | 0.13 | 0 | 0.26 | 0.06 | 90.49 | 0.66 | 0.82 |
| Hex | D0 | EF | B2 | D | 0 | 1A | 6 | 5A | 42 | 52 |
| Octal | 320 | 357 | 262 | 15 | 0 | 32 | 6 | 132 | 102 | 122 |
| Binary | 11010000 | 11101111 | 10110010 | 1101 | 0 | 11010 | 110 | 1011010 | 1000010 | 1010010 |
Color Harmonies of #D0EFB2
Complementary color
Monochromatic Colors of #D0EFB2
Black with #D0EFB2
Text Example
Text Example
White with #D0EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFB2; }
p { color: rgb(208,239,178); }
H1.HeaderClassName
{
color: #D0EFB2;
}
.AnyTagClassName
{
color: #D0EFB2;
}
</style>
background-color css
<style>
a { background-color: #D0EFB2; }
a { background-color: rgb(208,239,178); }
div.DivClassName
{
background-color: #D0EFB2;
}
.BgClassName
{
background-color: #D0EFB2;
}
</style>
border-color css
<style>
span { border-color: #D0EFB2; }
span { border-color: rgb(208,239,178); }
td.TdClassName
{
border-color: #D0EFB2;
}
.TagClassName
{
border-color: #D0EFB2;
}
</style>