Shades of Tea Green #DCFFBA
Tints of Tea Green #DCFFBA
RGB
CMYK
RGB Variations
Color information
#DCFFBA (or 0xDCFFBA) is known color: Tea Green. HEX triplet: DC, FF and BA. RGB value is (220,255,186). Sum of RGB (Red+Green+Blue) = 220+255+186=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFBA is #230045. Grayscale: #ECECEC. Windows color (decimal): -2293830 or 12255196. OLE color: 12255196.
HSL color Cylindrical-coordinate representation of color #DCFFBA: hue angle of 90.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFFBA is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 186 | - |
| CMYK | 0.14 | 0 | 0.27 | 0 |
| HSL | 90.43º | 1% | 0.86% | - |
| HSV(B) | 90.43º | 0.27% | 1% | - |
| XYZ | 74.14 | 90.28 | 59.97 | - |
| YUV | 236.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 186 | 0.14 | 0 | 0.27 | 0 | 90.43 | 1 | 0.86 |
| Hex | DC | FF | BA | E | 0 | 1B | 0 | 5A | 64 | 56 |
| Octal | 334 | 377 | 272 | 16 | 0 | 33 | 0 | 132 | 144 | 126 |
| Binary | 11011100 | 11111111 | 10111010 | 1110 | 0 | 11011 | 0 | 1011010 | 1100100 | 1010110 |
Color Harmonies of #DCFFBA
Complementary color
Monochromatic Colors of #DCFFBA
Black with #DCFFBA
Text Example
Text Example
White with #DCFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFBA; }
p { color: rgb(220,255,186); }
H1.HeaderClassName
{
color: #DCFFBA;
}
.AnyTagClassName
{
color: #DCFFBA;
}
</style>
background-color css
<style>
a { background-color: #DCFFBA; }
a { background-color: rgb(220,255,186); }
div.DivClassName
{
background-color: #DCFFBA;
}
.BgClassName
{
background-color: #DCFFBA;
}
</style>
border-color css
<style>
span { border-color: #DCFFBA; }
span { border-color: rgb(220,255,186); }
td.TdClassName
{
border-color: #DCFFBA;
}
.TagClassName
{
border-color: #DCFFBA;
}
</style>