Shades of Tea Green #DBFCB5
Tints of Tea Green #DBFCB5
RGB
CMYK
RGB Variations
Color information
#DBFCB5 (or 0xDBFCB5) is known color: Tea Green. HEX triplet: DB, FC and B5. RGB value is (219,252,181). Sum of RGB (Red+Green+Blue) = 219+252+181=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCB5 is #24034A. Grayscale: #EAEAEA. Windows color (decimal): -2360139 or 11926747. OLE color: 11926747.
HSL color Cylindrical-coordinate representation of color #DBFCB5: hue angle of 87.89º degrees, saturation: 0.92, 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 #DBFCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 181 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.01 |
| HSL | 87.89º | 0.92% | 0.85% | - |
| HSV(B) | 87.89º | 0.28% | 0.99% | - |
| XYZ | 72.36 | 88.02 | 56.89 | - |
| YUV | 234.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 181 | 0.13 | 0 | 0.28 | 0.01 | 87.89 | 0.92 | 0.85 |
| Hex | DB | FC | B5 | D | 0 | 1C | 1 | 58 | 5C | 55 |
| Octal | 333 | 374 | 265 | 15 | 0 | 34 | 1 | 130 | 134 | 125 |
| Binary | 11011011 | 11111100 | 10110101 | 1101 | 0 | 11100 | 1 | 1011000 | 1011100 | 1010101 |
Color Harmonies of #DBFCB5
Complementary color
Monochromatic Colors of #DBFCB5
Black with #DBFCB5
Text Example
Text Example
White with #DBFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB5; }
p { color: rgb(219,252,181); }
H1.HeaderClassName
{
color: #DBFCB5;
}
.AnyTagClassName
{
color: #DBFCB5;
}
</style>
background-color css
<style>
a { background-color: #DBFCB5; }
a { background-color: rgb(219,252,181); }
div.DivClassName
{
background-color: #DBFCB5;
}
.BgClassName
{
background-color: #DBFCB5;
}
</style>
border-color css
<style>
span { border-color: #DBFCB5; }
span { border-color: rgb(219,252,181); }
td.TdClassName
{
border-color: #DBFCB5;
}
.TagClassName
{
border-color: #DBFCB5;
}
</style>