Shades of Tea Green #DBFDBC
Tints of Tea Green #DBFDBC
RGB
CMYK
RGB Variations
Color information
#DBFDBC (or 0xDBFDBC) is known color: Tea Green. HEX triplet: DB, FD and BC. RGB value is (219,253,188). Sum of RGB (Red+Green+Blue) = 219+253+188=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDBC is #240243. Grayscale: #EBEBEB. Windows color (decimal): -2359876 or 12385755. OLE color: 12385755.
HSL color Cylindrical-coordinate representation of color #DBFDBC: hue angle of 91.38º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBFDBC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 188 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.01 |
| HSL | 91.38º | 0.94% | 0.86% | - |
| HSV(B) | 91.38º | 0.26% | 0.99% | - |
| XYZ | 73.42 | 88.94 | 60.87 | - |
| YUV | 235.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 188 | 0.13 | 0 | 0.26 | 0.01 | 91.38 | 0.94 | 0.86 |
| Hex | DB | FD | BC | D | 0 | 1A | 1 | 5B | 5E | 56 |
| Octal | 333 | 375 | 274 | 15 | 0 | 32 | 1 | 133 | 136 | 126 |
| Binary | 11011011 | 11111101 | 10111100 | 1101 | 0 | 11010 | 1 | 1011011 | 1011110 | 1010110 |
Color Harmonies of #DBFDBC
Complementary color
Monochromatic Colors of #DBFDBC
Black with #DBFDBC
Text Example
Text Example
White with #DBFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDBC; }
p { color: rgb(219,253,188); }
H1.HeaderClassName
{
color: #DBFDBC;
}
.AnyTagClassName
{
color: #DBFDBC;
}
</style>
background-color css
<style>
a { background-color: #DBFDBC; }
a { background-color: rgb(219,253,188); }
div.DivClassName
{
background-color: #DBFDBC;
}
.BgClassName
{
background-color: #DBFDBC;
}
</style>
border-color css
<style>
span { border-color: #DBFDBC; }
span { border-color: rgb(219,253,188); }
td.TdClassName
{
border-color: #DBFDBC;
}
.TagClassName
{
border-color: #DBFDBC;
}
</style>