Shades of Tea Green #DBF3C4
Tints of Tea Green #DBF3C4
RGB
CMYK
RGB Variations
Color information
#DBF3C4 (or 0xDBF3C4) is known color: Tea Green. HEX triplet: DB, F3 and C4. RGB value is (219,243,196). Sum of RGB (Red+Green+Blue) = 219+243+196=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3C4 is #240C3B. Grayscale: #E6E6E6. Windows color (decimal): -2362428 or 12907483. OLE color: 12907483.
HSL color Cylindrical-coordinate representation of color #DBF3C4: hue angle of 90.64º 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 #DBF3C4 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 196 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.05 |
| HSL | 90.64º | 0.66% | 0.86% | - |
| HSV(B) | 90.64º | 0.19% | 0.95% | - |
| XYZ | 71.23 | 83.15 | 64.52 | - |
| YUV | 230.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 196 | 0.10 | 0 | 0.19 | 0.05 | 90.64 | 0.66 | 0.86 |
| Hex | DB | F3 | C4 | A | 0 | 13 | 5 | 5B | 42 | 56 |
| Octal | 333 | 363 | 304 | 12 | 0 | 23 | 5 | 133 | 102 | 126 |
| Binary | 11011011 | 11110011 | 11000100 | 1010 | 0 | 10011 | 101 | 1011011 | 1000010 | 1010110 |
Color Harmonies of #DBF3C4
Complementary color
Monochromatic Colors of #DBF3C4
Black with #DBF3C4
Text Example
Text Example
White with #DBF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3C4; }
p { color: rgb(219,243,196); }
H1.HeaderClassName
{
color: #DBF3C4;
}
.AnyTagClassName
{
color: #DBF3C4;
}
</style>
background-color css
<style>
a { background-color: #DBF3C4; }
a { background-color: rgb(219,243,196); }
div.DivClassName
{
background-color: #DBF3C4;
}
.BgClassName
{
background-color: #DBF3C4;
}
</style>
border-color css
<style>
span { border-color: #DBF3C4; }
span { border-color: rgb(219,243,196); }
td.TdClassName
{
border-color: #DBF3C4;
}
.TagClassName
{
border-color: #DBF3C4;
}
</style>