Shades of Tea Green #DBF1BF
Tints of Tea Green #DBF1BF
RGB
CMYK
RGB Variations
Color information
#DBF1BF (or 0xDBF1BF) is known color: Tea Green. HEX triplet: DB, F1 and BF. RGB value is (219,241,191). Sum of RGB (Red+Green+Blue) = 219+241+191=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1BF is #240E40. Grayscale: #E4E4E4. Windows color (decimal): -2362945 or 12579291. OLE color: 12579291.
HSL color Cylindrical-coordinate representation of color #DBF1BF: hue angle of 86.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF1BF is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 191 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.05 |
| HSL | 86.4º | 0.64% | 0.85% | - |
| HSV(B) | 86.4º | 0.21% | 0.95% | - |
| XYZ | 70.07 | 81.73 | 61.37 | - |
| YUV | 228.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 191 | 0.09 | 0 | 0.21 | 0.05 | 86.4 | 0.64 | 0.85 |
| Hex | DB | F1 | BF | 9 | 0 | 15 | 5 | 56 | 40 | 55 |
| Octal | 333 | 361 | 277 | 11 | 0 | 25 | 5 | 126 | 100 | 125 |
| Binary | 11011011 | 11110001 | 10111111 | 1001 | 0 | 10101 | 101 | 1010110 | 1000000 | 1010101 |
Color Harmonies of #DBF1BF
Complementary color
Monochromatic Colors of #DBF1BF
Black with #DBF1BF
Text Example
Text Example
White with #DBF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1BF; }
p { color: rgb(219,241,191); }
H1.HeaderClassName
{
color: #DBF1BF;
}
.AnyTagClassName
{
color: #DBF1BF;
}
</style>
background-color css
<style>
a { background-color: #DBF1BF; }
a { background-color: rgb(219,241,191); }
div.DivClassName
{
background-color: #DBF1BF;
}
.BgClassName
{
background-color: #DBF1BF;
}
</style>
border-color css
<style>
span { border-color: #DBF1BF; }
span { border-color: rgb(219,241,191); }
td.TdClassName
{
border-color: #DBF1BF;
}
.TagClassName
{
border-color: #DBF1BF;
}
</style>