Shades of Tea Green #DBFBBC
Tints of Tea Green #DBFBBC
RGB
CMYK
RGB Variations
Color information
#DBFBBC (or 0xDBFBBC) is known color: Tea Green. HEX triplet: DB, FB and BC. RGB value is (219,251,188). Sum of RGB (Red+Green+Blue) = 219+251+188=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBBC is #240443. Grayscale: #EAEAEA. Windows color (decimal): -2360388 or 12385243. OLE color: 12385243.
HSL color Cylindrical-coordinate representation of color #DBFBBC: hue angle of 90.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFBBC is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 188 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.02 |
| HSL | 90.48º | 0.89% | 0.86% | - |
| HSV(B) | 90.48º | 0.25% | 0.98% | - |
| XYZ | 72.79 | 87.69 | 60.67 | - |
| YUV | 234.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 188 | 0.13 | 0 | 0.25 | 0.02 | 90.48 | 0.89 | 0.86 |
| Hex | DB | FB | BC | D | 0 | 19 | 2 | 5A | 59 | 56 |
| Octal | 333 | 373 | 274 | 15 | 0 | 31 | 2 | 132 | 131 | 126 |
| Binary | 11011011 | 11111011 | 10111100 | 1101 | 0 | 11001 | 10 | 1011010 | 1011001 | 1010110 |
Color Harmonies of #DBFBBC
Complementary color
Monochromatic Colors of #DBFBBC
Black with #DBFBBC
Text Example
Text Example
White with #DBFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBBC; }
p { color: rgb(219,251,188); }
H1.HeaderClassName
{
color: #DBFBBC;
}
.AnyTagClassName
{
color: #DBFBBC;
}
</style>
background-color css
<style>
a { background-color: #DBFBBC; }
a { background-color: rgb(219,251,188); }
div.DivClassName
{
background-color: #DBFBBC;
}
.BgClassName
{
background-color: #DBFBBC;
}
</style>
border-color css
<style>
span { border-color: #DBFBBC; }
span { border-color: rgb(219,251,188); }
td.TdClassName
{
border-color: #DBFBBC;
}
.TagClassName
{
border-color: #DBFBBC;
}
</style>