Shades of Tea Green #DCFEBA
Tints of Tea Green #DCFEBA
RGB
CMYK
RGB Variations
Color information
#DCFEBA (or 0xDCFEBA) is known color: Tea Green. HEX triplet: DC, FE and BA. RGB value is (220,254,186). Sum of RGB (Red+Green+Blue) = 220+254+186=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEBA is #230145. Grayscale: #ECECEC. Windows color (decimal): -2294086 or 12254940. OLE color: 12254940.
HSL color Cylindrical-coordinate representation of color #DCFEBA: hue angle of 90º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFEBA is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 186 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.00 |
| HSL | 90º | 0.97% | 0.86% | - |
| HSV(B) | 90º | 0.27% | 1% | - |
| XYZ | 73.82 | 89.64 | 59.87 | - |
| YUV | 236.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 186 | 0.13 | 0 | 0.27 | 0.00 | 90 | 0.97 | 0.86 |
| Hex | DC | FE | BA | D | 0 | 1B | 0 | 5A | 61 | 56 |
| Octal | 334 | 376 | 272 | 15 | 0 | 33 | 0 | 132 | 141 | 126 |
| Binary | 11011100 | 11111110 | 10111010 | 1101 | 0 | 11011 | 0 | 1011010 | 1100001 | 1010110 |
Color Harmonies of #DCFEBA
Complementary color
Monochromatic Colors of #DCFEBA
Black with #DCFEBA
Text Example
Text Example
White with #DCFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEBA; }
p { color: rgb(220,254,186); }
H1.HeaderClassName
{
color: #DCFEBA;
}
.AnyTagClassName
{
color: #DCFEBA;
}
</style>
background-color css
<style>
a { background-color: #DCFEBA; }
a { background-color: rgb(220,254,186); }
div.DivClassName
{
background-color: #DCFEBA;
}
.BgClassName
{
background-color: #DCFEBA;
}
</style>
border-color css
<style>
span { border-color: #DCFEBA; }
span { border-color: rgb(220,254,186); }
td.TdClassName
{
border-color: #DCFEBA;
}
.TagClassName
{
border-color: #DCFEBA;
}
</style>