Shades of Tea Green #DBFBC2
Tints of Tea Green #DBFBC2
RGB
CMYK
RGB Variations
Color information
#DBFBC2 (or 0xDBFBC2) is known color: Tea Green. HEX triplet: DB, FB and C2. RGB value is (219,251,194). Sum of RGB (Red+Green+Blue) = 219+251+194=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC2 is #24043D. Grayscale: #EBEBEB. Windows color (decimal): -2360382 or 12778459. OLE color: 12778459.
HSL color Cylindrical-coordinate representation of color #DBFBC2: hue angle of 93.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBFBC2 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 194 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.02 |
| HSL | 93.68º | 0.88% | 0.87% | - |
| HSV(B) | 93.68º | 0.23% | 0.98% | - |
| XYZ | 73.45 | 87.95 | 64.14 | - |
| YUV | 234.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 194 | 0.13 | 0 | 0.23 | 0.02 | 93.68 | 0.88 | 0.87 |
| Hex | DB | FB | C2 | D | 0 | 17 | 2 | 5E | 58 | 57 |
| Octal | 333 | 373 | 302 | 15 | 0 | 27 | 2 | 136 | 130 | 127 |
| Binary | 11011011 | 11111011 | 11000010 | 1101 | 0 | 10111 | 10 | 1011110 | 1011000 | 1010111 |
Color Harmonies of #DBFBC2
Complementary color
Monochromatic Colors of #DBFBC2
Black with #DBFBC2
Text Example
Text Example
White with #DBFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBC2; }
p { color: rgb(219,251,194); }
H1.HeaderClassName
{
color: #DBFBC2;
}
.AnyTagClassName
{
color: #DBFBC2;
}
</style>
background-color css
<style>
a { background-color: #DBFBC2; }
a { background-color: rgb(219,251,194); }
div.DivClassName
{
background-color: #DBFBC2;
}
.BgClassName
{
background-color: #DBFBC2;
}
</style>
border-color css
<style>
span { border-color: #DBFBC2; }
span { border-color: rgb(219,251,194); }
td.TdClassName
{
border-color: #DBFBC2;
}
.TagClassName
{
border-color: #DBFBC2;
}
</style>