Shades of Tea Green #DBFDB9
Tints of Tea Green #DBFDB9
RGB
CMYK
RGB Variations
Color information
#DBFDB9 (or 0xDBFDB9) is known color: Tea Green. HEX triplet: DB, FD and B9. RGB value is (219,253,185). Sum of RGB (Red+Green+Blue) = 219+253+185=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDB9 is #240246. Grayscale: #EBEBEB. Windows color (decimal): -2359879 or 12189147. OLE color: 12189147.
HSL color Cylindrical-coordinate representation of color #DBFDB9: hue angle of 90º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBFDB9 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 185 | - |
CMYK | 0.13 | 0 | 0.27 | 0.01 |
HSL | 90º | 0.94% | 0.86% | - |
HSV(B) | 90º | 0.27% | 0.99% | - |
XYZ | 73.1 | 88.81 | 59.19 | - |
YUV | 235.08 | 99.74 | 116.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 185 | 0.13 | 0 | 0.27 | 0.01 | 90 | 0.94 | 0.86 |
Hex | DB | FD | B9 | D | 0 | 1B | 1 | 5A | 5E | 56 |
Octal | 333 | 375 | 271 | 15 | 0 | 33 | 1 | 132 | 136 | 126 |
Binary | 11011011 | 11111101 | 10111001 | 1101 | 0 | 11011 | 1 | 1011010 | 1011110 | 1010110 |
Color Harmonies of #DBFDB9
Complementary color
Monochromatic Colors of #DBFDB9
Black with #DBFDB9
Text Example
Text Example
White with #DBFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDB9; }
p { color: rgb(219,253,185); }
H1.HeaderClassName
{
color: #DBFDB9;
}
.AnyTagClassName
{
color: #DBFDB9;
}
</style>
background-color css
<style>
a { background-color: #DBFDB9; }
a { background-color: rgb(219,253,185); }
div.DivClassName
{
background-color: #DBFDB9;
}
.BgClassName
{
background-color: #DBFDB9;
}
</style>
border-color css
<style>
span { border-color: #DBFDB9; }
span { border-color: rgb(219,253,185); }
td.TdClassName
{
border-color: #DBFDB9;
}
.TagClassName
{
border-color: #DBFDB9;
}
</style>