Shades of Tea Green #DBF4C4
Tints of Tea Green #DBF4C4
RGB
CMYK
RGB Variations
Color information
#DBF4C4 (or 0xDBF4C4) is known color: Tea Green. HEX triplet: DB, F4 and C4. RGB value is (219,244,196). Sum of RGB (Red+Green+Blue) = 219+244+196=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4C4 is #240B3B. Grayscale: #E7E7E7. Windows color (decimal): -2362172 or 12907739. OLE color: 12907739.
HSL color Cylindrical-coordinate representation of color #DBF4C4: hue angle of 91.25º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBF4C4 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 196 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.04 |
| HSL | 91.25º | 0.69% | 0.86% | - |
| HSV(B) | 91.25º | 0.2% | 0.96% | - |
| XYZ | 71.53 | 83.75 | 64.62 | - |
| YUV | 231.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 196 | 0.10 | 0 | 0.20 | 0.04 | 91.25 | 0.69 | 0.86 |
| Hex | DB | F4 | C4 | A | 0 | 14 | 4 | 5B | 45 | 56 |
| Octal | 333 | 364 | 304 | 12 | 0 | 24 | 4 | 133 | 105 | 126 |
| Binary | 11011011 | 11110100 | 11000100 | 1010 | 0 | 10100 | 100 | 1011011 | 1000101 | 1010110 |
Color Harmonies of #DBF4C4
Complementary color
Monochromatic Colors of #DBF4C4
Black with #DBF4C4
Text Example
Text Example
White with #DBF4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4C4; }
p { color: rgb(219,244,196); }
H1.HeaderClassName
{
color: #DBF4C4;
}
.AnyTagClassName
{
color: #DBF4C4;
}
</style>
background-color css
<style>
a { background-color: #DBF4C4; }
a { background-color: rgb(219,244,196); }
div.DivClassName
{
background-color: #DBF4C4;
}
.BgClassName
{
background-color: #DBF4C4;
}
</style>
border-color css
<style>
span { border-color: #DBF4C4; }
span { border-color: rgb(219,244,196); }
td.TdClassName
{
border-color: #DBF4C4;
}
.TagClassName
{
border-color: #DBF4C4;
}
</style>