Shades of Tea Green #D0F7BD
Tints of Tea Green #D0F7BD
RGB
CMYK
RGB Variations
Color information
#D0F7BD (or 0xD0F7BD) is known color: Tea Green. HEX triplet: D0, F7 and BD. RGB value is (208,247,189). Sum of RGB (Red+Green+Blue) = 208+247+189=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7BD is #2F0842. Grayscale: #E4E4E4. Windows color (decimal): -3082307 or 12449744. OLE color: 12449744.
HSL color Cylindrical-coordinate representation of color #D0F7BD: hue angle of 100.34º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0F7BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.03 |
| HSL | 100.34º | 0.78% | 0.85% | - |
| HSV(B) | 100.34º | 0.23% | 0.97% | - |
| XYZ | 68.46 | 83.61 | 60.67 | - |
| YUV | 228.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 189 | 0.16 | 0 | 0.23 | 0.03 | 100.34 | 0.78 | 0.85 |
| Hex | D0 | F7 | BD | 10 | 0 | 17 | 3 | 64 | 4E | 55 |
| Octal | 320 | 367 | 275 | 20 | 0 | 27 | 3 | 144 | 116 | 125 |
| Binary | 11010000 | 11110111 | 10111101 | 10000 | 0 | 10111 | 11 | 1100100 | 1001110 | 1010101 |
Color Harmonies of #D0F7BD
Complementary color
Monochromatic Colors of #D0F7BD
Black with #D0F7BD
Text Example
Text Example
White with #D0F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7BD; }
p { color: rgb(208,247,189); }
H1.HeaderClassName
{
color: #D0F7BD;
}
.AnyTagClassName
{
color: #D0F7BD;
}
</style>
background-color css
<style>
a { background-color: #D0F7BD; }
a { background-color: rgb(208,247,189); }
div.DivClassName
{
background-color: #D0F7BD;
}
.BgClassName
{
background-color: #D0F7BD;
}
</style>
border-color css
<style>
span { border-color: #D0F7BD; }
span { border-color: rgb(208,247,189); }
td.TdClassName
{
border-color: #D0F7BD;
}
.TagClassName
{
border-color: #D0F7BD;
}
</style>