Shades of Tea Green #DBFDBF
Tints of Tea Green #DBFDBF
RGB
CMYK
RGB Variations
Color information
#DBFDBF (or 0xDBFDBF) is known color: Tea Green. HEX triplet: DB, FD and BF. RGB value is (219,253,191). Sum of RGB (Red+Green+Blue) = 219+253+191=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDBF is #240240. Grayscale: #EBEBEB. Windows color (decimal): -2359873 or 12582363. OLE color: 12582363.
HSL color Cylindrical-coordinate representation of color #DBFDBF: hue angle of 92.9º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFDBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 191 | - |
CMYK | 0.13 | 0 | 0.25 | 0.01 |
HSL | 92.9º | 0.94% | 0.87% | - |
HSV(B) | 92.9º | 0.25% | 0.99% | - |
XYZ | 73.74 | 89.07 | 62.6 | - |
YUV | 235.77 | 102.74 | 116.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 191 | 0.13 | 0 | 0.25 | 0.01 | 92.9 | 0.94 | 0.87 |
Hex | DB | FD | BF | D | 0 | 19 | 1 | 5D | 5E | 57 |
Octal | 333 | 375 | 277 | 15 | 0 | 31 | 1 | 135 | 136 | 127 |
Binary | 11011011 | 11111101 | 10111111 | 1101 | 0 | 11001 | 1 | 1011101 | 1011110 | 1010111 |
Color Harmonies of #DBFDBF
Complementary color
Monochromatic Colors of #DBFDBF
Black with #DBFDBF
Text Example
Text Example
White with #DBFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDBF; }
p { color: rgb(219,253,191); }
H1.HeaderClassName
{
color: #DBFDBF;
}
.AnyTagClassName
{
color: #DBFDBF;
}
</style>
background-color css
<style>
a { background-color: #DBFDBF; }
a { background-color: rgb(219,253,191); }
div.DivClassName
{
background-color: #DBFDBF;
}
.BgClassName
{
background-color: #DBFDBF;
}
</style>
border-color css
<style>
span { border-color: #DBFDBF; }
span { border-color: rgb(219,253,191); }
td.TdClassName
{
border-color: #DBFDBF;
}
.TagClassName
{
border-color: #DBFDBF;
}
</style>