Shades of Tea Green #DBFCB6
Tints of Tea Green #DBFCB6
RGB
CMYK
RGB Variations
Color information
#DBFCB6 (or 0xDBFCB6) is known color: Tea Green. HEX triplet: DB, FC and B6. RGB value is (219,252,182). Sum of RGB (Red+Green+Blue) = 219+252+182=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCB6 is #240349. Grayscale: #EAEAEA. Windows color (decimal): -2360138 or 11992283. OLE color: 11992283.
HSL color Cylindrical-coordinate representation of color #DBFCB6: hue angle of 88.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBFCB6 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 182 | - |
CMYK | 0.13 | 0 | 0.28 | 0.01 |
HSL | 88.29º | 0.92% | 0.85% | - |
HSV(B) | 88.29º | 0.28% | 0.99% | - |
XYZ | 72.47 | 88.06 | 57.43 | - |
YUV | 234.15 | 98.57 | 117.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 182 | 0.13 | 0 | 0.28 | 0.01 | 88.29 | 0.92 | 0.85 |
Hex | DB | FC | B6 | D | 0 | 1C | 1 | 58 | 5C | 55 |
Octal | 333 | 374 | 266 | 15 | 0 | 34 | 1 | 130 | 134 | 125 |
Binary | 11011011 | 11111100 | 10110110 | 1101 | 0 | 11100 | 1 | 1011000 | 1011100 | 1010101 |
Color Harmonies of #DBFCB6
Complementary color
Monochromatic Colors of #DBFCB6
Black with #DBFCB6
Text Example
Text Example
White with #DBFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB6; }
p { color: rgb(219,252,182); }
H1.HeaderClassName
{
color: #DBFCB6;
}
.AnyTagClassName
{
color: #DBFCB6;
}
</style>
background-color css
<style>
a { background-color: #DBFCB6; }
a { background-color: rgb(219,252,182); }
div.DivClassName
{
background-color: #DBFCB6;
}
.BgClassName
{
background-color: #DBFCB6;
}
</style>
border-color css
<style>
span { border-color: #DBFCB6; }
span { border-color: rgb(219,252,182); }
td.TdClassName
{
border-color: #DBFCB6;
}
.TagClassName
{
border-color: #DBFCB6;
}
</style>