Shades of Tea Green #D0FBB0
Tints of Tea Green #D0FBB0
RGB
CMYK
RGB Variations
Color information
#D0FBB0 (or 0xD0FBB0) is known color: Tea Green. HEX triplet: D0, FB and B0. RGB value is (208,251,176). Sum of RGB (Red+Green+Blue) = 208+251+176=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FBB0 is #2F044F. Grayscale: #E5E5E5. Windows color (decimal): -3081296 or 11598800. OLE color: 11598800.
HSL color Cylindrical-coordinate representation of color #D0FBB0: hue angle of 94.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0FBB0 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 176 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.02 |
| HSL | 94.4º | 0.9% | 0.84% | - |
| HSV(B) | 94.4º | 0.3% | 0.98% | - |
| XYZ | 68.35 | 85.54 | 53.98 | - |
| YUV | 229.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 176 | 0.17 | 0 | 0.30 | 0.02 | 94.4 | 0.9 | 0.84 |
| Hex | D0 | FB | B0 | 11 | 0 | 1E | 2 | 5E | 5A | 54 |
| Octal | 320 | 373 | 260 | 21 | 0 | 36 | 2 | 136 | 132 | 124 |
| Binary | 11010000 | 11111011 | 10110000 | 10001 | 0 | 11110 | 10 | 1011110 | 1011010 | 1010100 |
Color Harmonies of #D0FBB0
Complementary color
Monochromatic Colors of #D0FBB0
Black with #D0FBB0
Text Example
Text Example
White with #D0FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBB0; }
p { color: rgb(208,251,176); }
H1.HeaderClassName
{
color: #D0FBB0;
}
.AnyTagClassName
{
color: #D0FBB0;
}
</style>
background-color css
<style>
a { background-color: #D0FBB0; }
a { background-color: rgb(208,251,176); }
div.DivClassName
{
background-color: #D0FBB0;
}
.BgClassName
{
background-color: #D0FBB0;
}
</style>
border-color css
<style>
span { border-color: #D0FBB0; }
span { border-color: rgb(208,251,176); }
td.TdClassName
{
border-color: #D0FBB0;
}
.TagClassName
{
border-color: #D0FBB0;
}
</style>