Shades of Tea Green #DBFBB4
Tints of Tea Green #DBFBB4
RGB
CMYK
RGB Variations
Color information
#DBFBB4 (or 0xDBFBB4) is known color: Tea Green. HEX triplet: DB, FB and B4. RGB value is (219,251,180). Sum of RGB (Red+Green+Blue) = 219+251+180=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB4 is #24044B. Grayscale: #E9E9E9. Windows color (decimal): -2360396 or 11860955. OLE color: 11860955.
HSL color Cylindrical-coordinate representation of color #DBFBB4: hue angle of 87.04º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBFBB4 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 180 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.02 |
| HSL | 87.04º | 0.9% | 0.85% | - |
| HSV(B) | 87.04º | 0.28% | 0.98% | - |
| XYZ | 71.95 | 87.35 | 56.25 | - |
| YUV | 233.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 180 | 0.13 | 0 | 0.28 | 0.02 | 87.04 | 0.9 | 0.85 |
| Hex | DB | FB | B4 | D | 0 | 1C | 2 | 57 | 5A | 55 |
| Octal | 333 | 373 | 264 | 15 | 0 | 34 | 2 | 127 | 132 | 125 |
| Binary | 11011011 | 11111011 | 10110100 | 1101 | 0 | 11100 | 10 | 1010111 | 1011010 | 1010101 |
Color Harmonies of #DBFBB4
Complementary color
Monochromatic Colors of #DBFBB4
Black with #DBFBB4
Text Example
Text Example
White with #DBFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBB4; }
p { color: rgb(219,251,180); }
H1.HeaderClassName
{
color: #DBFBB4;
}
.AnyTagClassName
{
color: #DBFBB4;
}
</style>
background-color css
<style>
a { background-color: #DBFBB4; }
a { background-color: rgb(219,251,180); }
div.DivClassName
{
background-color: #DBFBB4;
}
.BgClassName
{
background-color: #DBFBB4;
}
</style>
border-color css
<style>
span { border-color: #DBFBB4; }
span { border-color: rgb(219,251,180); }
td.TdClassName
{
border-color: #DBFBB4;
}
.TagClassName
{
border-color: #DBFBB4;
}
</style>