Shades of Tea Green #DBFABE
Tints of Tea Green #DBFABE
RGB
CMYK
RGB Variations
Color information
#DBFABE (or 0xDBFABE) is known color: Tea Green. HEX triplet: DB, FA and BE. RGB value is (219,250,190). Sum of RGB (Red+Green+Blue) = 219+250+190=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFABE is #240541. Grayscale: #EAEAEA. Windows color (decimal): -2360642 or 12516059. OLE color: 12516059.
HSL color Cylindrical-coordinate representation of color #DBFABE: hue angle of 91º 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 #DBFABE is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 190 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.02 |
| HSL | 91º | 0.86% | 0.86% | - |
| HSV(B) | 91º | 0.24% | 0.98% | - |
| XYZ | 72.69 | 87.15 | 61.71 | - |
| YUV | 233.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 190 | 0.12 | 0 | 0.24 | 0.02 | 91 | 0.86 | 0.86 |
| Hex | DB | FA | BE | C | 0 | 18 | 2 | 5B | 56 | 56 |
| Octal | 333 | 372 | 276 | 14 | 0 | 30 | 2 | 133 | 126 | 126 |
| Binary | 11011011 | 11111010 | 10111110 | 1100 | 0 | 11000 | 10 | 1011011 | 1010110 | 1010110 |
Color Harmonies of #DBFABE
Complementary color
Monochromatic Colors of #DBFABE
Black with #DBFABE
Text Example
Text Example
White with #DBFABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFABE; }
p { color: rgb(219,250,190); }
H1.HeaderClassName
{
color: #DBFABE;
}
.AnyTagClassName
{
color: #DBFABE;
}
</style>
background-color css
<style>
a { background-color: #DBFABE; }
a { background-color: rgb(219,250,190); }
div.DivClassName
{
background-color: #DBFABE;
}
.BgClassName
{
background-color: #DBFABE;
}
</style>
border-color css
<style>
span { border-color: #DBFABE; }
span { border-color: rgb(219,250,190); }
td.TdClassName
{
border-color: #DBFABE;
}
.TagClassName
{
border-color: #DBFABE;
}
</style>