Shades of Tea Green #DBFEC2
Tints of Tea Green #DBFEC2
RGB
CMYK
RGB Variations
Color information
#DBFEC2 (or 0xDBFEC2) is known color: Tea Green. HEX triplet: DB, FE and C2. RGB value is (219,254,194). Sum of RGB (Red+Green+Blue) = 219+254+194=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEC2 is #24013D. Grayscale: #ECECEC. Windows color (decimal): -2359614 or 12779227. OLE color: 12779227.
HSL color Cylindrical-coordinate representation of color #DBFEC2: hue angle of 95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBFEC2 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 194 | - |
CMYK | 0.14 | 0 | 0.24 | 0.00 |
HSL | 95º | 0.97% | 0.88% | - |
HSV(B) | 95º | 0.24% | 1% | - |
XYZ | 74.39 | 89.84 | 64.46 | - |
YUV | 236.7 | 103.9 | 115.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 194 | 0.14 | 0 | 0.24 | 0.00 | 95 | 0.97 | 0.88 |
Hex | DB | FE | C2 | E | 0 | 18 | 0 | 5F | 61 | 58 |
Octal | 333 | 376 | 302 | 16 | 0 | 30 | 0 | 137 | 141 | 130 |
Binary | 11011011 | 11111110 | 11000010 | 1110 | 0 | 11000 | 0 | 1011111 | 1100001 | 1011000 |
Color Harmonies of #DBFEC2
Complementary color
Monochromatic Colors of #DBFEC2
Black with #DBFEC2
Text Example
Text Example
White with #DBFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEC2; }
p { color: rgb(219,254,194); }
H1.HeaderClassName
{
color: #DBFEC2;
}
.AnyTagClassName
{
color: #DBFEC2;
}
</style>
background-color css
<style>
a { background-color: #DBFEC2; }
a { background-color: rgb(219,254,194); }
div.DivClassName
{
background-color: #DBFEC2;
}
.BgClassName
{
background-color: #DBFEC2;
}
</style>
border-color css
<style>
span { border-color: #DBFEC2; }
span { border-color: rgb(219,254,194); }
td.TdClassName
{
border-color: #DBFEC2;
}
.TagClassName
{
border-color: #DBFEC2;
}
</style>