Shades of Tea Green #DBF4C2
Tints of Tea Green #DBF4C2
RGB
CMYK
RGB Variations
Color information
#DBF4C2 (or 0xDBF4C2) is known color: Tea Green. HEX triplet: DB, F4 and C2. RGB value is (219,244,194). Sum of RGB (Red+Green+Blue) = 219+244+194=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4C2 is #240B3D. Grayscale: #E6E6E6. Windows color (decimal): -2362174 or 12776667. OLE color: 12776667.
HSL color Cylindrical-coordinate representation of color #DBF4C2: hue angle of 90º 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 #DBF4C2 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 244 | 194 | - |
CMYK | 0.10 | 0 | 0.20 | 0.04 |
HSL | 90º | 0.69% | 0.86% | - |
HSV(B) | 90º | 0.2% | 0.96% | - |
XYZ | 71.3 | 83.66 | 63.43 | - |
YUV | 230.83 | 107.22 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 244 | 194 | 0.10 | 0 | 0.20 | 0.04 | 90 | 0.69 | 0.86 |
Hex | DB | F4 | C2 | A | 0 | 14 | 4 | 5A | 45 | 56 |
Octal | 333 | 364 | 302 | 12 | 0 | 24 | 4 | 132 | 105 | 126 |
Binary | 11011011 | 11110100 | 11000010 | 1010 | 0 | 10100 | 100 | 1011010 | 1000101 | 1010110 |
Color Harmonies of #DBF4C2
Complementary color
Monochromatic Colors of #DBF4C2
Black with #DBF4C2
Text Example
Text Example
White with #DBF4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4C2; }
p { color: rgb(219,244,194); }
H1.HeaderClassName
{
color: #DBF4C2;
}
.AnyTagClassName
{
color: #DBF4C2;
}
</style>
background-color css
<style>
a { background-color: #DBF4C2; }
a { background-color: rgb(219,244,194); }
div.DivClassName
{
background-color: #DBF4C2;
}
.BgClassName
{
background-color: #DBF4C2;
}
</style>
border-color css
<style>
span { border-color: #DBF4C2; }
span { border-color: rgb(219,244,194); }
td.TdClassName
{
border-color: #DBF4C2;
}
.TagClassName
{
border-color: #DBF4C2;
}
</style>