Shades of Tea Green #D0F8B7
Tints of Tea Green #D0F8B7
RGB
CMYK
RGB Variations
Color information
#D0F8B7 (or 0xD0F8B7) is known color: Tea Green. HEX triplet: D0, F8 and B7. RGB value is (208,248,183). Sum of RGB (Red+Green+Blue) = 208+248+183=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8B7 is #2F0748. Grayscale: #E4E4E4. Windows color (decimal): -3082057 or 12056784. OLE color: 12056784.
HSL color Cylindrical-coordinate representation of color #D0F8B7: hue angle of 96.92º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0F8B7 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 183 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.03 |
| HSL | 96.92º | 0.82% | 0.85% | - |
| HSV(B) | 96.92º | 0.26% | 0.97% | - |
| XYZ | 68.13 | 83.96 | 57.42 | - |
| YUV | 228.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 183 | 0.16 | 0 | 0.26 | 0.03 | 96.92 | 0.82 | 0.85 |
| Hex | D0 | F8 | B7 | 10 | 0 | 1A | 3 | 61 | 52 | 55 |
| Octal | 320 | 370 | 267 | 20 | 0 | 32 | 3 | 141 | 122 | 125 |
| Binary | 11010000 | 11111000 | 10110111 | 10000 | 0 | 11010 | 11 | 1100001 | 1010010 | 1010101 |
Color Harmonies of #D0F8B7
Complementary color
Monochromatic Colors of #D0F8B7
Black with #D0F8B7
Text Example
Text Example
White with #D0F8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8B7; }
p { color: rgb(208,248,183); }
H1.HeaderClassName
{
color: #D0F8B7;
}
.AnyTagClassName
{
color: #D0F8B7;
}
</style>
background-color css
<style>
a { background-color: #D0F8B7; }
a { background-color: rgb(208,248,183); }
div.DivClassName
{
background-color: #D0F8B7;
}
.BgClassName
{
background-color: #D0F8B7;
}
</style>
border-color css
<style>
span { border-color: #D0F8B7; }
span { border-color: rgb(208,248,183); }
td.TdClassName
{
border-color: #D0F8B7;
}
.TagClassName
{
border-color: #D0F8B7;
}
</style>