Shades of Tea Green #D0FEB0
Tints of Tea Green #D0FEB0
RGB
CMYK
RGB Variations
Color information
#D0FEB0 (or 0xD0FEB0) is known color: Tea Green. HEX triplet: D0, FE and B0. RGB value is (208,254,176). Sum of RGB (Red+Green+Blue) = 208+254+176=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEB0 is #2F014F. Grayscale: #E7E7E7. Windows color (decimal): -3080528 or 11599568. OLE color: 11599568.
HSL color Cylindrical-coordinate representation of color #D0FEB0: hue angle of 95.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FEB0 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 176 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.00 |
| HSL | 95.38º | 0.98% | 0.84% | - |
| HSV(B) | 95.38º | 0.31% | 1% | - |
| XYZ | 69.29 | 87.43 | 54.3 | - |
| YUV | 231.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 176 | 0.18 | 0 | 0.31 | 0.00 | 95.38 | 0.98 | 0.84 |
| Hex | D0 | FE | B0 | 12 | 0 | 1F | 0 | 5F | 62 | 54 |
| Octal | 320 | 376 | 260 | 22 | 0 | 37 | 0 | 137 | 142 | 124 |
| Binary | 11010000 | 11111110 | 10110000 | 10010 | 0 | 11111 | 0 | 1011111 | 1100010 | 1010100 |
Color Harmonies of #D0FEB0
Complementary color
Monochromatic Colors of #D0FEB0
Black with #D0FEB0
Text Example
Text Example
White with #D0FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEB0; }
p { color: rgb(208,254,176); }
H1.HeaderClassName
{
color: #D0FEB0;
}
.AnyTagClassName
{
color: #D0FEB0;
}
</style>
background-color css
<style>
a { background-color: #D0FEB0; }
a { background-color: rgb(208,254,176); }
div.DivClassName
{
background-color: #D0FEB0;
}
.BgClassName
{
background-color: #D0FEB0;
}
</style>
border-color css
<style>
span { border-color: #D0FEB0; }
span { border-color: rgb(208,254,176); }
td.TdClassName
{
border-color: #D0FEB0;
}
.TagClassName
{
border-color: #D0FEB0;
}
</style>