Shades of Tea Green #DBFEC4
Tints of Tea Green #DBFEC4
RGB
CMYK
RGB Variations
Color information
#DBFEC4 (or 0xDBFEC4) is known color: Tea Green. HEX triplet: DB, FE and C4. RGB value is (219,254,196). Sum of RGB (Red+Green+Blue) = 219+254+196=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEC4 is #24013B. Grayscale: #EDEDED. Windows color (decimal): -2359612 or 12910299. OLE color: 12910299.
HSL color Cylindrical-coordinate representation of color #DBFEC4: hue angle of 96.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBFEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 196 | - |
CMYK | 0.14 | 0 | 0.23 | 0.00 |
HSL | 96.21º | 0.97% | 0.88% | - |
HSV(B) | 96.21º | 0.23% | 1% | - |
XYZ | 74.62 | 89.93 | 65.65 | - |
YUV | 236.92 | 104.9 | 115.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 196 | 0.14 | 0 | 0.23 | 0.00 | 96.21 | 0.97 | 0.88 |
Hex | DB | FE | C4 | E | 0 | 17 | 0 | 60 | 61 | 58 |
Octal | 333 | 376 | 304 | 16 | 0 | 27 | 0 | 140 | 141 | 130 |
Binary | 11011011 | 11111110 | 11000100 | 1110 | 0 | 10111 | 0 | 1100000 | 1100001 | 1011000 |
Color Harmonies of #DBFEC4
Complementary color
Monochromatic Colors of #DBFEC4
Black with #DBFEC4
Text Example
Text Example
White with #DBFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEC4; }
p { color: rgb(219,254,196); }
H1.HeaderClassName
{
color: #DBFEC4;
}
.AnyTagClassName
{
color: #DBFEC4;
}
</style>
background-color css
<style>
a { background-color: #DBFEC4; }
a { background-color: rgb(219,254,196); }
div.DivClassName
{
background-color: #DBFEC4;
}
.BgClassName
{
background-color: #DBFEC4;
}
</style>
border-color css
<style>
span { border-color: #DBFEC4; }
span { border-color: rgb(219,254,196); }
td.TdClassName
{
border-color: #DBFEC4;
}
.TagClassName
{
border-color: #DBFEC4;
}
</style>