Shades of Tea Green #DBF8B8
Tints of Tea Green #DBF8B8
RGB
CMYK
RGB Variations
Color information
#DBF8B8 (or 0xDBF8B8) is known color: Tea Green. HEX triplet: DB, F8 and B8. RGB value is (219,248,184). Sum of RGB (Red+Green+Blue) = 219+248+184=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8B8 is #240747. Grayscale: #E8E8E8. Windows color (decimal): -2361160 or 12122331. OLE color: 12122331.
HSL color Cylindrical-coordinate representation of color #DBF8B8: hue angle of 87.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF8B8 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 184 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.03 |
| HSL | 87.19º | 0.82% | 0.85% | - |
| HSV(B) | 87.19º | 0.26% | 0.97% | - |
| XYZ | 71.43 | 85.66 | 58.12 | - |
| YUV | 232.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 184 | 0.12 | 0 | 0.26 | 0.03 | 87.19 | 0.82 | 0.85 |
| Hex | DB | F8 | B8 | C | 0 | 1A | 3 | 57 | 52 | 55 |
| Octal | 333 | 370 | 270 | 14 | 0 | 32 | 3 | 127 | 122 | 125 |
| Binary | 11011011 | 11111000 | 10111000 | 1100 | 0 | 11010 | 11 | 1010111 | 1010010 | 1010101 |
Color Harmonies of #DBF8B8
Complementary color
Monochromatic Colors of #DBF8B8
Black with #DBF8B8
Text Example
Text Example
White with #DBF8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8B8; }
p { color: rgb(219,248,184); }
H1.HeaderClassName
{
color: #DBF8B8;
}
.AnyTagClassName
{
color: #DBF8B8;
}
</style>
background-color css
<style>
a { background-color: #DBF8B8; }
a { background-color: rgb(219,248,184); }
div.DivClassName
{
background-color: #DBF8B8;
}
.BgClassName
{
background-color: #DBF8B8;
}
</style>
border-color css
<style>
span { border-color: #DBF8B8; }
span { border-color: rgb(219,248,184); }
td.TdClassName
{
border-color: #DBF8B8;
}
.TagClassName
{
border-color: #DBF8B8;
}
</style>