Shades of Tea Green #DBFDB6
Tints of Tea Green #DBFDB6
RGB
CMYK
RGB Variations
Color information
#DBFDB6 (or 0xDBFDB6) is known color: Tea Green. HEX triplet: DB, FD and B6. RGB value is (219,253,182). Sum of RGB (Red+Green+Blue) = 219+253+182=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDB6 is #240249. Grayscale: #EAEAEA. Windows color (decimal): -2359882 or 11992539. OLE color: 11992539.
HSL color Cylindrical-coordinate representation of color #DBFDB6: hue angle of 88.73º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBFDB6 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 182 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.01 |
| HSL | 88.73º | 0.95% | 0.85% | - |
| HSV(B) | 88.73º | 0.28% | 0.99% | - |
| XYZ | 72.78 | 88.69 | 57.54 | - |
| YUV | 234.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 182 | 0.13 | 0 | 0.28 | 0.01 | 88.73 | 0.95 | 0.85 |
| Hex | DB | FD | B6 | D | 0 | 1C | 1 | 59 | 5F | 55 |
| Octal | 333 | 375 | 266 | 15 | 0 | 34 | 1 | 131 | 137 | 125 |
| Binary | 11011011 | 11111101 | 10110110 | 1101 | 0 | 11100 | 1 | 1011001 | 1011111 | 1010101 |
Color Harmonies of #DBFDB6
Complementary color
Monochromatic Colors of #DBFDB6
Black with #DBFDB6
Text Example
Text Example
White with #DBFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDB6; }
p { color: rgb(219,253,182); }
H1.HeaderClassName
{
color: #DBFDB6;
}
.AnyTagClassName
{
color: #DBFDB6;
}
</style>
background-color css
<style>
a { background-color: #DBFDB6; }
a { background-color: rgb(219,253,182); }
div.DivClassName
{
background-color: #DBFDB6;
}
.BgClassName
{
background-color: #DBFDB6;
}
</style>
border-color css
<style>
span { border-color: #DBFDB6; }
span { border-color: rgb(219,253,182); }
td.TdClassName
{
border-color: #DBFDB6;
}
.TagClassName
{
border-color: #DBFDB6;
}
</style>