Shades of Tea Green #DBFDC6
Tints of Tea Green #DBFDC6
RGB
CMYK
RGB Variations
Color information
#DBFDC6 (or 0xDBFDC6) is known color: Tea Green. HEX triplet: DB, FD and C6. RGB value is (219,253,198). Sum of RGB (Red+Green+Blue) = 219+253+198=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC6 is #240239. Grayscale: #ECECEC. Windows color (decimal): -2359866 or 13041115. OLE color: 13041115.
HSL color Cylindrical-coordinate representation of color #DBFDC6: hue angle of 97.09º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFDC6 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 198 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.01 |
| HSL | 97.09º | 0.93% | 0.88% | - |
| HSV(B) | 97.09º | 0.22% | 0.99% | - |
| XYZ | 74.53 | 89.39 | 66.75 | - |
| YUV | 236.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 198 | 0.13 | 0 | 0.22 | 0.01 | 97.09 | 0.93 | 0.88 |
| Hex | DB | FD | C6 | D | 0 | 16 | 1 | 61 | 5D | 58 |
| Octal | 333 | 375 | 306 | 15 | 0 | 26 | 1 | 141 | 135 | 130 |
| Binary | 11011011 | 11111101 | 11000110 | 1101 | 0 | 10110 | 1 | 1100001 | 1011101 | 1011000 |
Color Harmonies of #DBFDC6
Complementary color
Monochromatic Colors of #DBFDC6
Black with #DBFDC6
Text Example
Text Example
White with #DBFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDC6; }
p { color: rgb(219,253,198); }
H1.HeaderClassName
{
color: #DBFDC6;
}
.AnyTagClassName
{
color: #DBFDC6;
}
</style>
background-color css
<style>
a { background-color: #DBFDC6; }
a { background-color: rgb(219,253,198); }
div.DivClassName
{
background-color: #DBFDC6;
}
.BgClassName
{
background-color: #DBFDC6;
}
</style>
border-color css
<style>
span { border-color: #DBFDC6; }
span { border-color: rgb(219,253,198); }
td.TdClassName
{
border-color: #DBFDC6;
}
.TagClassName
{
border-color: #DBFDC6;
}
</style>