Shades of Tea Green #DBF5C1
Tints of Tea Green #DBF5C1
RGB
CMYK
RGB Variations
Color information
#DBF5C1 (or 0xDBF5C1) is known color: Tea Green. HEX triplet: DB, F5 and C1. RGB value is (219,245,193). Sum of RGB (Red+Green+Blue) = 219+245+193=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5C1 is #240A3E. Grayscale: #E7E7E7. Windows color (decimal): -2361919 or 12711387. OLE color: 12711387.
HSL color Cylindrical-coordinate representation of color #DBF5C1: hue angle of 90º degrees, saturation: 0.72, 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 #DBF5C1 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 193 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.04 |
| HSL | 90º | 0.72% | 0.86% | - |
| HSV(B) | 90º | 0.21% | 0.96% | - |
| XYZ | 71.49 | 84.22 | 62.94 | - |
| YUV | 231.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 193 | 0.11 | 0 | 0.21 | 0.04 | 90 | 0.72 | 0.86 |
| Hex | DB | F5 | C1 | B | 0 | 15 | 4 | 5A | 48 | 56 |
| Octal | 333 | 365 | 301 | 13 | 0 | 25 | 4 | 132 | 110 | 126 |
| Binary | 11011011 | 11110101 | 11000001 | 1011 | 0 | 10101 | 100 | 1011010 | 1001000 | 1010110 |
Color Harmonies of #DBF5C1
Complementary color
Monochromatic Colors of #DBF5C1
Black with #DBF5C1
Text Example
Text Example
White with #DBF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5C1; }
p { color: rgb(219,245,193); }
H1.HeaderClassName
{
color: #DBF5C1;
}
.AnyTagClassName
{
color: #DBF5C1;
}
</style>
background-color css
<style>
a { background-color: #DBF5C1; }
a { background-color: rgb(219,245,193); }
div.DivClassName
{
background-color: #DBF5C1;
}
.BgClassName
{
background-color: #DBF5C1;
}
</style>
border-color css
<style>
span { border-color: #DBF5C1; }
span { border-color: rgb(219,245,193); }
td.TdClassName
{
border-color: #DBF5C1;
}
.TagClassName
{
border-color: #DBF5C1;
}
</style>