Shades of Tea Green #DBF3C5
Tints of Tea Green #DBF3C5
RGB
CMYK
RGB Variations
Color information
#DBF3C5 (or 0xDBF3C5) is known color: Tea Green. HEX triplet: DB, F3 and C5. RGB value is (219,243,197). Sum of RGB (Red+Green+Blue) = 219+243+197=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3C5 is #240C3A. Grayscale: #E6E6E6. Windows color (decimal): -2362427 or 12973019. OLE color: 12973019.
HSL color Cylindrical-coordinate representation of color #DBF3C5: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBF3C5 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 197 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.05 |
| HSL | 91.3º | 0.66% | 0.86% | - |
| HSV(B) | 91.3º | 0.19% | 0.95% | - |
| XYZ | 71.34 | 83.19 | 65.12 | - |
| YUV | 230.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 197 | 0.10 | 0 | 0.19 | 0.05 | 91.3 | 0.66 | 0.86 |
| Hex | DB | F3 | C5 | A | 0 | 13 | 5 | 5B | 42 | 56 |
| Octal | 333 | 363 | 305 | 12 | 0 | 23 | 5 | 133 | 102 | 126 |
| Binary | 11011011 | 11110011 | 11000101 | 1010 | 0 | 10011 | 101 | 1011011 | 1000010 | 1010110 |
Color Harmonies of #DBF3C5
Complementary color
Monochromatic Colors of #DBF3C5
Black with #DBF3C5
Text Example
Text Example
White with #DBF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3C5; }
p { color: rgb(219,243,197); }
H1.HeaderClassName
{
color: #DBF3C5;
}
.AnyTagClassName
{
color: #DBF3C5;
}
</style>
background-color css
<style>
a { background-color: #DBF3C5; }
a { background-color: rgb(219,243,197); }
div.DivClassName
{
background-color: #DBF3C5;
}
.BgClassName
{
background-color: #DBF3C5;
}
</style>
border-color css
<style>
span { border-color: #DBF3C5; }
span { border-color: rgb(219,243,197); }
td.TdClassName
{
border-color: #DBF3C5;
}
.TagClassName
{
border-color: #DBF3C5;
}
</style>