Shades of Tea Green #D0FABD
Tints of Tea Green #D0FABD
RGB
CMYK
RGB Variations
Color information
#D0FABD (or 0xD0FABD) is known color: Tea Green. HEX triplet: D0, FA and BD. RGB value is (208,250,189). Sum of RGB (Red+Green+Blue) = 208+250+189=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FABD is #2F0542. Grayscale: #E6E6E6. Windows color (decimal): -3081539 or 12450512. OLE color: 12450512.
HSL color Cylindrical-coordinate representation of color #D0FABD: hue angle of 101.31º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0FABD is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 189 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.02 |
| HSL | 101.31º | 0.86% | 0.86% | - |
| HSV(B) | 101.31º | 0.24% | 0.98% | - |
| XYZ | 69.38 | 85.46 | 60.98 | - |
| YUV | 230.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 189 | 0.17 | 0 | 0.24 | 0.02 | 101.31 | 0.86 | 0.86 |
| Hex | D0 | FA | BD | 11 | 0 | 18 | 2 | 65 | 56 | 56 |
| Octal | 320 | 372 | 275 | 21 | 0 | 30 | 2 | 145 | 126 | 126 |
| Binary | 11010000 | 11111010 | 10111101 | 10001 | 0 | 11000 | 10 | 1100101 | 1010110 | 1010110 |
Color Harmonies of #D0FABD
Complementary color
Monochromatic Colors of #D0FABD
Black with #D0FABD
Text Example
Text Example
White with #D0FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FABD; }
p { color: rgb(208,250,189); }
H1.HeaderClassName
{
color: #D0FABD;
}
.AnyTagClassName
{
color: #D0FABD;
}
</style>
background-color css
<style>
a { background-color: #D0FABD; }
a { background-color: rgb(208,250,189); }
div.DivClassName
{
background-color: #D0FABD;
}
.BgClassName
{
background-color: #D0FABD;
}
</style>
border-color css
<style>
span { border-color: #D0FABD; }
span { border-color: rgb(208,250,189); }
td.TdClassName
{
border-color: #D0FABD;
}
.TagClassName
{
border-color: #D0FABD;
}
</style>