Shades of Tea Green #DBFDB4
Tints of Tea Green #DBFDB4
RGB
CMYK
RGB Variations
Color information
#DBFDB4 (or 0xDBFDB4) is known color: Tea Green. HEX triplet: DB, FD and B4. RGB value is (219,253,180). Sum of RGB (Red+Green+Blue) = 219+253+180=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDB4 is #24024B. Grayscale: #EAEAEA. Windows color (decimal): -2359884 or 11861467. OLE color: 11861467.
HSL color Cylindrical-coordinate representation of color #DBFDB4: hue angle of 87.95º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFDB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 180 | - |
CMYK | 0.13 | 0 | 0.29 | 0.01 |
HSL | 87.95º | 0.95% | 0.85% | - |
HSV(B) | 87.95º | 0.29% | 0.99% | - |
XYZ | 72.58 | 88.61 | 56.46 | - |
YUV | 234.51 | 97.24 | 116.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 180 | 0.13 | 0 | 0.29 | 0.01 | 87.95 | 0.95 | 0.85 |
Hex | DB | FD | B4 | D | 0 | 1D | 1 | 58 | 5F | 55 |
Octal | 333 | 375 | 264 | 15 | 0 | 35 | 1 | 130 | 137 | 125 |
Binary | 11011011 | 11111101 | 10110100 | 1101 | 0 | 11101 | 1 | 1011000 | 1011111 | 1010101 |
Color Harmonies of #DBFDB4
Complementary color
Monochromatic Colors of #DBFDB4
Black with #DBFDB4
Text Example
Text Example
White with #DBFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDB4; }
p { color: rgb(219,253,180); }
H1.HeaderClassName
{
color: #DBFDB4;
}
.AnyTagClassName
{
color: #DBFDB4;
}
</style>
background-color css
<style>
a { background-color: #DBFDB4; }
a { background-color: rgb(219,253,180); }
div.DivClassName
{
background-color: #DBFDB4;
}
.BgClassName
{
background-color: #DBFDB4;
}
</style>
border-color css
<style>
span { border-color: #DBFDB4; }
span { border-color: rgb(219,253,180); }
td.TdClassName
{
border-color: #DBFDB4;
}
.TagClassName
{
border-color: #DBFDB4;
}
</style>