Shades of Tea Green #DCFEBC
Tints of Tea Green #DCFEBC
RGB
CMYK
RGB Variations
Color information
#DCFEBC (or 0xDCFEBC) is known color: Tea Green. HEX triplet: DC, FE and BC. RGB value is (220,254,188). Sum of RGB (Red+Green+Blue) = 220+254+188=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEBC is #230143. Grayscale: #ECECEC. Windows color (decimal): -2294084 or 12386012. OLE color: 12386012.
HSL color Cylindrical-coordinate representation of color #DCFEBC: hue angle of 90.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFEBC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 188 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.00 |
| HSL | 90.91º | 0.97% | 0.87% | - |
| HSV(B) | 90.91º | 0.26% | 1% | - |
| XYZ | 74.03 | 89.73 | 60.99 | - |
| YUV | 236.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 188 | 0.13 | 0 | 0.26 | 0.00 | 90.91 | 0.97 | 0.87 |
| Hex | DC | FE | BC | D | 0 | 1A | 0 | 5B | 61 | 57 |
| Octal | 334 | 376 | 274 | 15 | 0 | 32 | 0 | 133 | 141 | 127 |
| Binary | 11011100 | 11111110 | 10111100 | 1101 | 0 | 11010 | 0 | 1011011 | 1100001 | 1010111 |
Color Harmonies of #DCFEBC
Complementary color
Monochromatic Colors of #DCFEBC
Black with #DCFEBC
Text Example
Text Example
White with #DCFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEBC; }
p { color: rgb(220,254,188); }
H1.HeaderClassName
{
color: #DCFEBC;
}
.AnyTagClassName
{
color: #DCFEBC;
}
</style>
background-color css
<style>
a { background-color: #DCFEBC; }
a { background-color: rgb(220,254,188); }
div.DivClassName
{
background-color: #DCFEBC;
}
.BgClassName
{
background-color: #DCFEBC;
}
</style>
border-color css
<style>
span { border-color: #DCFEBC; }
span { border-color: rgb(220,254,188); }
td.TdClassName
{
border-color: #DCFEBC;
}
.TagClassName
{
border-color: #DCFEBC;
}
</style>