Shades of Tea Green #DBFCC6
Tints of Tea Green #DBFCC6
RGB
CMYK
RGB Variations
Color information
#DBFCC6 (or 0xDBFCC6) is known color: Tea Green. HEX triplet: DB, FC and C6. RGB value is (219,252,198). Sum of RGB (Red+Green+Blue) = 219+252+198=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCC6 is #240339. Grayscale: #ECECEC. Windows color (decimal): -2360122 or 13040859. OLE color: 13040859.
HSL color Cylindrical-coordinate representation of color #DBFCC6: hue angle of 96.67º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFCC6 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 198 | - |
CMYK | 0.13 | 0 | 0.21 | 0.01 |
HSL | 96.67º | 0.9% | 0.88% | - |
HSV(B) | 96.67º | 0.21% | 0.99% | - |
XYZ | 74.22 | 88.76 | 66.65 | - |
YUV | 235.98 | 106.57 | 115.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 198 | 0.13 | 0 | 0.21 | 0.01 | 96.67 | 0.9 | 0.88 |
Hex | DB | FC | C6 | D | 0 | 15 | 1 | 61 | 5A | 58 |
Octal | 333 | 374 | 306 | 15 | 0 | 25 | 1 | 141 | 132 | 130 |
Binary | 11011011 | 11111100 | 11000110 | 1101 | 0 | 10101 | 1 | 1100001 | 1011010 | 1011000 |
Color Harmonies of #DBFCC6
Complementary color
Monochromatic Colors of #DBFCC6
Black with #DBFCC6
Text Example
Text Example
White with #DBFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCC6; }
p { color: rgb(219,252,198); }
H1.HeaderClassName
{
color: #DBFCC6;
}
.AnyTagClassName
{
color: #DBFCC6;
}
</style>
background-color css
<style>
a { background-color: #DBFCC6; }
a { background-color: rgb(219,252,198); }
div.DivClassName
{
background-color: #DBFCC6;
}
.BgClassName
{
background-color: #DBFCC6;
}
</style>
border-color css
<style>
span { border-color: #DBFCC6; }
span { border-color: rgb(219,252,198); }
td.TdClassName
{
border-color: #DBFCC6;
}
.TagClassName
{
border-color: #DBFCC6;
}
</style>