Shades of Tea Green #DBF9C1
Tints of Tea Green #DBF9C1
RGB
CMYK
RGB Variations
Color information
#DBF9C1 (or 0xDBF9C1) is known color: Tea Green. HEX triplet: DB, F9 and C1. RGB value is (219,249,193). Sum of RGB (Red+Green+Blue) = 219+249+193=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9C1 is #24063E. Grayscale: #E9E9E9. Windows color (decimal): -2360895 or 12712411. OLE color: 12712411.
HSL color Cylindrical-coordinate representation of color #DBF9C1: hue angle of 92.14º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBF9C1 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 193 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.02 |
| HSL | 92.14º | 0.82% | 0.87% | - |
| HSV(B) | 92.14º | 0.22% | 0.98% | - |
| XYZ | 72.71 | 86.66 | 63.35 | - |
| YUV | 233.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 193 | 0.12 | 0 | 0.22 | 0.02 | 92.14 | 0.82 | 0.87 |
| Hex | DB | F9 | C1 | C | 0 | 16 | 2 | 5C | 52 | 57 |
| Octal | 333 | 371 | 301 | 14 | 0 | 26 | 2 | 134 | 122 | 127 |
| Binary | 11011011 | 11111001 | 11000001 | 1100 | 0 | 10110 | 10 | 1011100 | 1010010 | 1010111 |
Color Harmonies of #DBF9C1
Complementary color
Monochromatic Colors of #DBF9C1
Black with #DBF9C1
Text Example
Text Example
White with #DBF9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9C1; }
p { color: rgb(219,249,193); }
H1.HeaderClassName
{
color: #DBF9C1;
}
.AnyTagClassName
{
color: #DBF9C1;
}
</style>
background-color css
<style>
a { background-color: #DBF9C1; }
a { background-color: rgb(219,249,193); }
div.DivClassName
{
background-color: #DBF9C1;
}
.BgClassName
{
background-color: #DBF9C1;
}
</style>
border-color css
<style>
span { border-color: #DBF9C1; }
span { border-color: rgb(219,249,193); }
td.TdClassName
{
border-color: #DBF9C1;
}
.TagClassName
{
border-color: #DBF9C1;
}
</style>