Shades of Tea Green #DBFCC4
Tints of Tea Green #DBFCC4
RGB
CMYK
RGB Variations
Color information
#DBFCC4 (or 0xDBFCC4) is known color: Tea Green. HEX triplet: DB, FC and C4. RGB value is (219,252,196). Sum of RGB (Red+Green+Blue) = 219+252+196=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCC4 is #24033B. Grayscale: #EBEBEB. Windows color (decimal): -2360124 or 12909787. OLE color: 12909787.
HSL color Cylindrical-coordinate representation of color #DBFCC4: hue angle of 95.36º 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 #DBFCC4 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 196 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.01 |
| HSL | 95.36º | 0.9% | 0.88% | - |
| HSV(B) | 95.36º | 0.22% | 0.99% | - |
| XYZ | 73.99 | 88.67 | 65.44 | - |
| YUV | 235.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 196 | 0.13 | 0 | 0.22 | 0.01 | 95.36 | 0.9 | 0.88 |
| Hex | DB | FC | C4 | D | 0 | 16 | 1 | 5F | 5A | 58 |
| Octal | 333 | 374 | 304 | 15 | 0 | 26 | 1 | 137 | 132 | 130 |
| Binary | 11011011 | 11111100 | 11000100 | 1101 | 0 | 10110 | 1 | 1011111 | 1011010 | 1011000 |
Color Harmonies of #DBFCC4
Complementary color
Monochromatic Colors of #DBFCC4
Black with #DBFCC4
Text Example
Text Example
White with #DBFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCC4; }
p { color: rgb(219,252,196); }
H1.HeaderClassName
{
color: #DBFCC4;
}
.AnyTagClassName
{
color: #DBFCC4;
}
</style>
background-color css
<style>
a { background-color: #DBFCC4; }
a { background-color: rgb(219,252,196); }
div.DivClassName
{
background-color: #DBFCC4;
}
.BgClassName
{
background-color: #DBFCC4;
}
</style>
border-color css
<style>
span { border-color: #DBFCC4; }
span { border-color: rgb(219,252,196); }
td.TdClassName
{
border-color: #DBFCC4;
}
.TagClassName
{
border-color: #DBFCC4;
}
</style>