Shades of Tea Green #DBF3C1
Tints of Tea Green #DBF3C1
RGB
CMYK
RGB Variations
Color information
#DBF3C1 (or 0xDBF3C1) is known color: Tea Green. HEX triplet: DB, F3 and C1. RGB value is (219,243,193). Sum of RGB (Red+Green+Blue) = 219+243+193=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3C1 is #240C3E. Grayscale: #E6E6E6. Windows color (decimal): -2362431 or 12710875. OLE color: 12710875.
HSL color Cylindrical-coordinate representation of color #DBF3C1: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF3C1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 193 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.05 |
| HSL | 88.8º | 0.68% | 0.85% | - |
| HSV(B) | 88.8º | 0.21% | 0.95% | - |
| XYZ | 70.89 | 83.01 | 62.74 | - |
| YUV | 230.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 193 | 0.10 | 0 | 0.21 | 0.05 | 88.8 | 0.68 | 0.85 |
| Hex | DB | F3 | C1 | A | 0 | 15 | 5 | 59 | 44 | 55 |
| Octal | 333 | 363 | 301 | 12 | 0 | 25 | 5 | 131 | 104 | 125 |
| Binary | 11011011 | 11110011 | 11000001 | 1010 | 0 | 10101 | 101 | 1011001 | 1000100 | 1010101 |
Color Harmonies of #DBF3C1
Complementary color
Monochromatic Colors of #DBF3C1
Black with #DBF3C1
Text Example
Text Example
White with #DBF3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3C1; }
p { color: rgb(219,243,193); }
H1.HeaderClassName
{
color: #DBF3C1;
}
.AnyTagClassName
{
color: #DBF3C1;
}
</style>
background-color css
<style>
a { background-color: #DBF3C1; }
a { background-color: rgb(219,243,193); }
div.DivClassName
{
background-color: #DBF3C1;
}
.BgClassName
{
background-color: #DBF3C1;
}
</style>
border-color css
<style>
span { border-color: #DBF3C1; }
span { border-color: rgb(219,243,193); }
td.TdClassName
{
border-color: #DBF3C1;
}
.TagClassName
{
border-color: #DBF3C1;
}
</style>