Shades of Tea Green #DBFCBD
Tints of Tea Green #DBFCBD
RGB
CMYK
RGB Variations
Color information
#DBFCBD (or 0xDBFCBD) is known color: Tea Green. HEX triplet: DB, FC and BD. RGB value is (219,252,189). Sum of RGB (Red+Green+Blue) = 219+252+189=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCBD is #240342. Grayscale: #EBEBEB. Windows color (decimal): -2360131 or 12451035. OLE color: 12451035.
HSL color Cylindrical-coordinate representation of color #DBFCBD: hue angle of 91.43º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFCBD is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 189 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.01 |
| HSL | 91.43º | 0.91% | 0.86% | - |
| HSV(B) | 91.43º | 0.25% | 0.99% | - |
| XYZ | 73.21 | 88.36 | 61.34 | - |
| YUV | 234.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 189 | 0.13 | 0 | 0.25 | 0.01 | 91.43 | 0.91 | 0.86 |
| Hex | DB | FC | BD | D | 0 | 19 | 1 | 5B | 5B | 56 |
| Octal | 333 | 374 | 275 | 15 | 0 | 31 | 1 | 133 | 133 | 126 |
| Binary | 11011011 | 11111100 | 10111101 | 1101 | 0 | 11001 | 1 | 1011011 | 1011011 | 1010110 |
Color Harmonies of #DBFCBD
Complementary color
Monochromatic Colors of #DBFCBD
Black with #DBFCBD
Text Example
Text Example
White with #DBFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCBD; }
p { color: rgb(219,252,189); }
H1.HeaderClassName
{
color: #DBFCBD;
}
.AnyTagClassName
{
color: #DBFCBD;
}
</style>
background-color css
<style>
a { background-color: #DBFCBD; }
a { background-color: rgb(219,252,189); }
div.DivClassName
{
background-color: #DBFCBD;
}
.BgClassName
{
background-color: #DBFCBD;
}
</style>
border-color css
<style>
span { border-color: #DBFCBD; }
span { border-color: rgb(219,252,189); }
td.TdClassName
{
border-color: #DBFCBD;
}
.TagClassName
{
border-color: #DBFCBD;
}
</style>