Shades of Tea Green #DBF7C3
Tints of Tea Green #DBF7C3
RGB
CMYK
RGB Variations
Color information
#DBF7C3 (or 0xDBF7C3) is known color: Tea Green. HEX triplet: DB, F7 and C3. RGB value is (219,247,195). Sum of RGB (Red+Green+Blue) = 219+247+195=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7C3 is #24083C. Grayscale: #E8E8E8. Windows color (decimal): -2361405 or 12842971. OLE color: 12842971.
HSL color Cylindrical-coordinate representation of color #DBF7C3: hue angle of 92.31º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF7C3 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 195 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.03 |
| HSL | 92.31º | 0.76% | 0.87% | - |
| HSV(B) | 92.31º | 0.21% | 0.97% | - |
| XYZ | 72.32 | 85.52 | 64.33 | - |
| YUV | 232.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 195 | 0.11 | 0 | 0.21 | 0.03 | 92.31 | 0.76 | 0.87 |
| Hex | DB | F7 | C3 | B | 0 | 15 | 3 | 5C | 4C | 57 |
| Octal | 333 | 367 | 303 | 13 | 0 | 25 | 3 | 134 | 114 | 127 |
| Binary | 11011011 | 11110111 | 11000011 | 1011 | 0 | 10101 | 11 | 1011100 | 1001100 | 1010111 |
Color Harmonies of #DBF7C3
Complementary color
Monochromatic Colors of #DBF7C3
Black with #DBF7C3
Text Example
Text Example
White with #DBF7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7C3; }
p { color: rgb(219,247,195); }
H1.HeaderClassName
{
color: #DBF7C3;
}
.AnyTagClassName
{
color: #DBF7C3;
}
</style>
background-color css
<style>
a { background-color: #DBF7C3; }
a { background-color: rgb(219,247,195); }
div.DivClassName
{
background-color: #DBF7C3;
}
.BgClassName
{
background-color: #DBF7C3;
}
</style>
border-color css
<style>
span { border-color: #DBF7C3; }
span { border-color: rgb(219,247,195); }
td.TdClassName
{
border-color: #DBF7C3;
}
.TagClassName
{
border-color: #DBF7C3;
}
</style>