Shades of Tea Green #DBFCC5
Tints of Tea Green #DBFCC5
RGB
CMYK
RGB Variations
Color information
#DBFCC5 (or 0xDBFCC5) is known color: Tea Green. HEX triplet: DB, FC and C5. RGB value is (219,252,197). Sum of RGB (Red+Green+Blue) = 219+252+197=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCC5 is #24033A. Grayscale: #ECECEC. Windows color (decimal): -2360123 or 12975323. OLE color: 12975323.
HSL color Cylindrical-coordinate representation of color #DBFCC5: hue angle of 96º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFCC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 197 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.01 |
| HSL | 96º | 0.9% | 0.88% | - |
| HSV(B) | 96º | 0.22% | 0.99% | - |
| XYZ | 74.1 | 88.71 | 66.04 | - |
| YUV | 235.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 197 | 0.13 | 0 | 0.22 | 0.01 | 96 | 0.9 | 0.88 |
| Hex | DB | FC | C5 | D | 0 | 16 | 1 | 60 | 5A | 58 |
| Octal | 333 | 374 | 305 | 15 | 0 | 26 | 1 | 140 | 132 | 130 |
| Binary | 11011011 | 11111100 | 11000101 | 1101 | 0 | 10110 | 1 | 1100000 | 1011010 | 1011000 |
Color Harmonies of #DBFCC5
Complementary color
Monochromatic Colors of #DBFCC5
Black with #DBFCC5
Text Example
Text Example
White with #DBFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCC5; }
p { color: rgb(219,252,197); }
H1.HeaderClassName
{
color: #DBFCC5;
}
.AnyTagClassName
{
color: #DBFCC5;
}
</style>
background-color css
<style>
a { background-color: #DBFCC5; }
a { background-color: rgb(219,252,197); }
div.DivClassName
{
background-color: #DBFCC5;
}
.BgClassName
{
background-color: #DBFCC5;
}
</style>
border-color css
<style>
span { border-color: #DBFCC5; }
span { border-color: rgb(219,252,197); }
td.TdClassName
{
border-color: #DBFCC5;
}
.TagClassName
{
border-color: #DBFCC5;
}
</style>