Shades of Tea Green #DBF4C1
Tints of Tea Green #DBF4C1
RGB
CMYK
RGB Variations
Color information
#DBF4C1 (or 0xDBF4C1) is known color: Tea Green. HEX triplet: DB, F4 and C1. RGB value is (219,244,193). Sum of RGB (Red+Green+Blue) = 219+244+193=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 193 (75.78% from 255 or 29.42% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4C1 is #240B3E. Grayscale: #E6E6E6. Windows color (decimal): -2362175 or 12711131. OLE color: 12711131.
HSL color Cylindrical-coordinate representation of color #DBF4C1: hue angle of 89.41º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF4C1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 193 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.04 |
| HSL | 89.41º | 0.7% | 0.86% | - |
| HSV(B) | 89.41º | 0.21% | 0.96% | - |
| XYZ | 71.19 | 83.61 | 62.84 | - |
| YUV | 230.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 193 | 0.10 | 0 | 0.21 | 0.04 | 89.41 | 0.7 | 0.86 |
| Hex | DB | F4 | C1 | A | 0 | 15 | 4 | 59 | 46 | 56 |
| Octal | 333 | 364 | 301 | 12 | 0 | 25 | 4 | 131 | 106 | 126 |
| Binary | 11011011 | 11110100 | 11000001 | 1010 | 0 | 10101 | 100 | 1011001 | 1000110 | 1010110 |
Color Harmonies of #DBF4C1
Complementary color
Monochromatic Colors of #DBF4C1
Black with #DBF4C1
Text Example
Text Example
White with #DBF4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4C1; }
p { color: rgb(219,244,193); }
H1.HeaderClassName
{
color: #DBF4C1;
}
.AnyTagClassName
{
color: #DBF4C1;
}
</style>
background-color css
<style>
a { background-color: #DBF4C1; }
a { background-color: rgb(219,244,193); }
div.DivClassName
{
background-color: #DBF4C1;
}
.BgClassName
{
background-color: #DBF4C1;
}
</style>
border-color css
<style>
span { border-color: #DBF4C1; }
span { border-color: rgb(219,244,193); }
td.TdClassName
{
border-color: #DBF4C1;
}
.TagClassName
{
border-color: #DBF4C1;
}
</style>