Shades of Tea Green #DBFFB5
Tints of Tea Green #DBFFB5
RGB
CMYK
RGB Variations
Color information
#DBFFB5 (or 0xDBFFB5) is known color: Tea Green. HEX triplet: DB, FF and B5. RGB value is (219,255,181). Sum of RGB (Red+Green+Blue) = 219+255+181=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFB5 is #24004A. Grayscale: #ECECEC. Windows color (decimal): -2359371 or 11927515. OLE color: 11927515.
HSL color Cylindrical-coordinate representation of color #DBFFB5: hue angle of 89.19º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFFB5 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 181 | - |
CMYK | 0.14 | 0 | 0.29 | 0 |
HSL | 89.19º | 1% | 0.85% | - |
HSV(B) | 89.19º | 0.29% | 1% | - |
XYZ | 73.31 | 89.92 | 57.21 | - |
YUV | 235.8 | 97.07 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 181 | 0.14 | 0 | 0.29 | 0 | 89.19 | 1 | 0.85 |
Hex | DB | FF | B5 | E | 0 | 1D | 0 | 59 | 64 | 55 |
Octal | 333 | 377 | 265 | 16 | 0 | 35 | 0 | 131 | 144 | 125 |
Binary | 11011011 | 11111111 | 10110101 | 1110 | 0 | 11101 | 0 | 1011001 | 1100100 | 1010101 |
Color Harmonies of #DBFFB5
Complementary color
Monochromatic Colors of #DBFFB5
Black with #DBFFB5
Text Example
Text Example
White with #DBFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFB5; }
p { color: rgb(219,255,181); }
H1.HeaderClassName
{
color: #DBFFB5;
}
.AnyTagClassName
{
color: #DBFFB5;
}
</style>
background-color css
<style>
a { background-color: #DBFFB5; }
a { background-color: rgb(219,255,181); }
div.DivClassName
{
background-color: #DBFFB5;
}
.BgClassName
{
background-color: #DBFFB5;
}
</style>
border-color css
<style>
span { border-color: #DBFFB5; }
span { border-color: rgb(219,255,181); }
td.TdClassName
{
border-color: #DBFFB5;
}
.TagClassName
{
border-color: #DBFFB5;
}
</style>