Shades of Tea Green #DBFDC5
Tints of Tea Green #DBFDC5
RGB
CMYK
RGB Variations
Color information
#DBFDC5 (or 0xDBFDC5) is known color: Tea Green. HEX triplet: DB, FD and C5. RGB value is (219,253,197). Sum of RGB (Red+Green+Blue) = 219+253+197=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC5 is #24023A. Grayscale: #ECECEC. Windows color (decimal): -2359867 or 12975579. OLE color: 12975579.
HSL color Cylindrical-coordinate representation of color #DBFDC5: hue angle of 96.43º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFDC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 197 | - |
CMYK | 0.13 | 0 | 0.22 | 0.01 |
HSL | 96.43º | 0.93% | 0.88% | - |
HSV(B) | 96.43º | 0.22% | 0.99% | - |
XYZ | 74.42 | 89.34 | 66.15 | - |
YUV | 236.45 | 105.74 | 115.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 197 | 0.13 | 0 | 0.22 | 0.01 | 96.43 | 0.93 | 0.88 |
Hex | DB | FD | C5 | D | 0 | 16 | 1 | 60 | 5D | 58 |
Octal | 333 | 375 | 305 | 15 | 0 | 26 | 1 | 140 | 135 | 130 |
Binary | 11011011 | 11111101 | 11000101 | 1101 | 0 | 10110 | 1 | 1100000 | 1011101 | 1011000 |
Color Harmonies of #DBFDC5
Complementary color
Monochromatic Colors of #DBFDC5
Black with #DBFDC5
Text Example
Text Example
White with #DBFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDC5; }
p { color: rgb(219,253,197); }
H1.HeaderClassName
{
color: #DBFDC5;
}
.AnyTagClassName
{
color: #DBFDC5;
}
</style>
background-color css
<style>
a { background-color: #DBFDC5; }
a { background-color: rgb(219,253,197); }
div.DivClassName
{
background-color: #DBFDC5;
}
.BgClassName
{
background-color: #DBFDC5;
}
</style>
border-color css
<style>
span { border-color: #DBFDC5; }
span { border-color: rgb(219,253,197); }
td.TdClassName
{
border-color: #DBFDC5;
}
.TagClassName
{
border-color: #DBFDC5;
}
</style>