Shades of Tea Green #DBFABC
Tints of Tea Green #DBFABC
RGB
CMYK
RGB Variations
Color information
#DBFABC (or 0xDBFABC) is known color: Tea Green. HEX triplet: DB, FA and BC. RGB value is (219,250,188). Sum of RGB (Red+Green+Blue) = 219+250+188=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFABC is #240543. Grayscale: #E9E9E9. Windows color (decimal): -2360644 or 12384987. OLE color: 12384987.
HSL color Cylindrical-coordinate representation of color #DBFABC: hue angle of 90º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFABC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 188 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 90º | 0.86% | 0.86% | - |
| HSV(B) | 90º | 0.25% | 0.98% | - |
| XYZ | 72.48 | 87.06 | 60.56 | - |
| YUV | 233.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 188 | 0.12 | 0 | 0.25 | 0.02 | 90 | 0.86 | 0.86 |
| Hex | DB | FA | BC | C | 0 | 19 | 2 | 5A | 56 | 56 |
| Octal | 333 | 372 | 274 | 14 | 0 | 31 | 2 | 132 | 126 | 126 |
| Binary | 11011011 | 11111010 | 10111100 | 1100 | 0 | 11001 | 10 | 1011010 | 1010110 | 1010110 |
Color Harmonies of #DBFABC
Complementary color
Monochromatic Colors of #DBFABC
Black with #DBFABC
Text Example
Text Example
White with #DBFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFABC; }
p { color: rgb(219,250,188); }
H1.HeaderClassName
{
color: #DBFABC;
}
.AnyTagClassName
{
color: #DBFABC;
}
</style>
background-color css
<style>
a { background-color: #DBFABC; }
a { background-color: rgb(219,250,188); }
div.DivClassName
{
background-color: #DBFABC;
}
.BgClassName
{
background-color: #DBFABC;
}
</style>
border-color css
<style>
span { border-color: #DBFABC; }
span { border-color: rgb(219,250,188); }
td.TdClassName
{
border-color: #DBFABC;
}
.TagClassName
{
border-color: #DBFABC;
}
</style>