Shades of Tea Green #DBFDB7
Tints of Tea Green #DBFDB7
RGB
CMYK
RGB Variations
Color information
#DBFDB7 (or 0xDBFDB7) is known color: Tea Green. HEX triplet: DB, FD and B7. RGB value is (219,253,183). Sum of RGB (Red+Green+Blue) = 219+253+183=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDB7 is #240248. Grayscale: #EBEBEB. Windows color (decimal): -2359881 or 12058075. OLE color: 12058075.
HSL color Cylindrical-coordinate representation of color #DBFDB7: hue angle of 89.14º 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 #DBFDB7 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 183 | - |
CMYK | 0.13 | 0 | 0.28 | 0.01 |
HSL | 89.14º | 0.95% | 0.85% | - |
HSV(B) | 89.14º | 0.28% | 0.99% | - |
XYZ | 72.89 | 88.73 | 58.08 | - |
YUV | 234.85 | 98.74 | 116.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 183 | 0.13 | 0 | 0.28 | 0.01 | 89.14 | 0.95 | 0.85 |
Hex | DB | FD | B7 | D | 0 | 1C | 1 | 59 | 5F | 55 |
Octal | 333 | 375 | 267 | 15 | 0 | 34 | 1 | 131 | 137 | 125 |
Binary | 11011011 | 11111101 | 10110111 | 1101 | 0 | 11100 | 1 | 1011001 | 1011111 | 1010101 |
Color Harmonies of #DBFDB7
Complementary color
Monochromatic Colors of #DBFDB7
Black with #DBFDB7
Text Example
Text Example
White with #DBFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDB7; }
p { color: rgb(219,253,183); }
H1.HeaderClassName
{
color: #DBFDB7;
}
.AnyTagClassName
{
color: #DBFDB7;
}
</style>
background-color css
<style>
a { background-color: #DBFDB7; }
a { background-color: rgb(219,253,183); }
div.DivClassName
{
background-color: #DBFDB7;
}
.BgClassName
{
background-color: #DBFDB7;
}
</style>
border-color css
<style>
span { border-color: #DBFDB7; }
span { border-color: rgb(219,253,183); }
td.TdClassName
{
border-color: #DBFDB7;
}
.TagClassName
{
border-color: #DBFDB7;
}
</style>