Shades of Tea Green #DBFBC6
Tints of Tea Green #DBFBC6
RGB
CMYK
RGB Variations
Color information
#DBFBC6 (or 0xDBFBC6) is known color: Tea Green. HEX triplet: DB, FB and C6. RGB value is (219,251,198). Sum of RGB (Red+Green+Blue) = 219+251+198=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC6 is #240439. Grayscale: #EBEBEB. Windows color (decimal): -2360378 or 13040603. OLE color: 13040603.
HSL color Cylindrical-coordinate representation of color #DBFBC6: hue angle of 96.23º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFBC6 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 198 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.02 |
| HSL | 96.23º | 0.87% | 0.88% | - |
| HSV(B) | 96.23º | 0.21% | 0.98% | - |
| XYZ | 73.9 | 88.13 | 66.54 | - |
| YUV | 235.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 198 | 0.13 | 0 | 0.21 | 0.02 | 96.23 | 0.87 | 0.88 |
| Hex | DB | FB | C6 | D | 0 | 15 | 2 | 60 | 57 | 58 |
| Octal | 333 | 373 | 306 | 15 | 0 | 25 | 2 | 140 | 127 | 130 |
| Binary | 11011011 | 11111011 | 11000110 | 1101 | 0 | 10101 | 10 | 1100000 | 1010111 | 1011000 |
Color Harmonies of #DBFBC6
Complementary color
Monochromatic Colors of #DBFBC6
Black with #DBFBC6
Text Example
Text Example
White with #DBFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBC6; }
p { color: rgb(219,251,198); }
H1.HeaderClassName
{
color: #DBFBC6;
}
.AnyTagClassName
{
color: #DBFBC6;
}
</style>
background-color css
<style>
a { background-color: #DBFBC6; }
a { background-color: rgb(219,251,198); }
div.DivClassName
{
background-color: #DBFBC6;
}
.BgClassName
{
background-color: #DBFBC6;
}
</style>
border-color css
<style>
span { border-color: #DBFBC6; }
span { border-color: rgb(219,251,198); }
td.TdClassName
{
border-color: #DBFBC6;
}
.TagClassName
{
border-color: #DBFBC6;
}
</style>