Shades of Tea Green #DBFFC4
Tints of Tea Green #DBFFC4
RGB
CMYK
RGB Variations
Color information
#DBFFC4 (or 0xDBFFC4) is known color: Tea Green. HEX triplet: DB, FF and C4. RGB value is (219,255,196). Sum of RGB (Red+Green+Blue) = 219+255+196=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFC4 is #24003B. Grayscale: #EDEDED. Windows color (decimal): -2359356 or 12910555. OLE color: 12910555.
HSL color Cylindrical-coordinate representation of color #DBFFC4: hue angle of 96.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBFFC4 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 196 | - |
CMYK | 0.14 | 0 | 0.23 | 0 |
HSL | 96.61º | 1% | 0.88% | - |
HSV(B) | 96.61º | 0.23% | 1% | - |
XYZ | 74.94 | 90.57 | 65.76 | - |
YUV | 237.51 | 104.57 | 114.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 196 | 0.14 | 0 | 0.23 | 0 | 96.61 | 1 | 0.88 |
Hex | DB | FF | C4 | E | 0 | 17 | 0 | 61 | 64 | 58 |
Octal | 333 | 377 | 304 | 16 | 0 | 27 | 0 | 141 | 144 | 130 |
Binary | 11011011 | 11111111 | 11000100 | 1110 | 0 | 10111 | 0 | 1100001 | 1100100 | 1011000 |
Color Harmonies of #DBFFC4
Complementary color
Monochromatic Colors of #DBFFC4
Black with #DBFFC4
Text Example
Text Example
White with #DBFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFC4; }
p { color: rgb(219,255,196); }
H1.HeaderClassName
{
color: #DBFFC4;
}
.AnyTagClassName
{
color: #DBFFC4;
}
</style>
background-color css
<style>
a { background-color: #DBFFC4; }
a { background-color: rgb(219,255,196); }
div.DivClassName
{
background-color: #DBFFC4;
}
.BgClassName
{
background-color: #DBFFC4;
}
</style>
border-color css
<style>
span { border-color: #DBFFC4; }
span { border-color: rgb(219,255,196); }
td.TdClassName
{
border-color: #DBFFC4;
}
.TagClassName
{
border-color: #DBFFC4;
}
</style>