Shades of Tea Green #DBFAC0
Tints of Tea Green #DBFAC0
RGB
CMYK
RGB Variations
Color information
#DBFAC0 (or 0xDBFAC0) is known color: Tea Green. HEX triplet: DB, FA and C0. RGB value is (219,250,192). Sum of RGB (Red+Green+Blue) = 219+250+192=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAC0 is #24053F. Grayscale: #EAEAEA. Windows color (decimal): -2360640 or 12647131. OLE color: 12647131.
HSL color Cylindrical-coordinate representation of color #DBFAC0: hue angle of 92.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBFAC0 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 192 | - |
CMYK | 0.12 | 0 | 0.23 | 0.02 |
HSL | 92.07º | 0.85% | 0.87% | - |
HSV(B) | 92.07º | 0.23% | 0.98% | - |
XYZ | 72.91 | 87.24 | 62.86 | - |
YUV | 234.12 | 104.23 | 117.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 192 | 0.12 | 0 | 0.23 | 0.02 | 92.07 | 0.85 | 0.87 |
Hex | DB | FA | C0 | C | 0 | 17 | 2 | 5C | 55 | 57 |
Octal | 333 | 372 | 300 | 14 | 0 | 27 | 2 | 134 | 125 | 127 |
Binary | 11011011 | 11111010 | 11000000 | 1100 | 0 | 10111 | 10 | 1011100 | 1010101 | 1010111 |
Color Harmonies of #DBFAC0
Complementary color
Monochromatic Colors of #DBFAC0
Black with #DBFAC0
Text Example
Text Example
White with #DBFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAC0; }
p { color: rgb(219,250,192); }
H1.HeaderClassName
{
color: #DBFAC0;
}
.AnyTagClassName
{
color: #DBFAC0;
}
</style>
background-color css
<style>
a { background-color: #DBFAC0; }
a { background-color: rgb(219,250,192); }
div.DivClassName
{
background-color: #DBFAC0;
}
.BgClassName
{
background-color: #DBFAC0;
}
</style>
border-color css
<style>
span { border-color: #DBFAC0; }
span { border-color: rgb(219,250,192); }
td.TdClassName
{
border-color: #DBFAC0;
}
.TagClassName
{
border-color: #DBFAC0;
}
</style>