Shades of Tea Green #DBFCB4
Tints of Tea Green #DBFCB4
RGB
CMYK
RGB Variations
Color information
#DBFCB4 (or 0xDBFCB4) is known color: Tea Green. HEX triplet: DB, FC and B4. RGB value is (219,252,180). Sum of RGB (Red+Green+Blue) = 219+252+180=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCB4 is #24034B. Grayscale: #EAEAEA. Windows color (decimal): -2360140 or 11861211. OLE color: 11861211.
HSL color Cylindrical-coordinate representation of color #DBFCB4: hue angle of 87.5º degrees, saturation: 0.92, 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 #DBFCB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 180 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.01 |
| HSL | 87.5º | 0.92% | 0.85% | - |
| HSV(B) | 87.5º | 0.29% | 0.99% | - |
| XYZ | 72.26 | 87.98 | 56.35 | - |
| YUV | 233.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 180 | 0.13 | 0 | 0.29 | 0.01 | 87.5 | 0.92 | 0.85 |
| Hex | DB | FC | B4 | D | 0 | 1D | 1 | 57 | 5C | 55 |
| Octal | 333 | 374 | 264 | 15 | 0 | 35 | 1 | 127 | 134 | 125 |
| Binary | 11011011 | 11111100 | 10110100 | 1101 | 0 | 11101 | 1 | 1010111 | 1011100 | 1010101 |
Color Harmonies of #DBFCB4
Complementary color
Monochromatic Colors of #DBFCB4
Black with #DBFCB4
Text Example
Text Example
White with #DBFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB4; }
p { color: rgb(219,252,180); }
H1.HeaderClassName
{
color: #DBFCB4;
}
.AnyTagClassName
{
color: #DBFCB4;
}
</style>
background-color css
<style>
a { background-color: #DBFCB4; }
a { background-color: rgb(219,252,180); }
div.DivClassName
{
background-color: #DBFCB4;
}
.BgClassName
{
background-color: #DBFCB4;
}
</style>
border-color css
<style>
span { border-color: #DBFCB4; }
span { border-color: rgb(219,252,180); }
td.TdClassName
{
border-color: #DBFCB4;
}
.TagClassName
{
border-color: #DBFCB4;
}
</style>