Shades of Tea Green #DCFFBC
Tints of Tea Green #DCFFBC
RGB
CMYK
RGB Variations
Color information
#DCFFBC (or 0xDCFFBC) is known color: Tea Green. HEX triplet: DC, FF and BC. RGB value is (220,255,188). Sum of RGB (Red+Green+Blue) = 220+255+188=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFBC is #230043. Grayscale: #EDEDED. Windows color (decimal): -2293828 or 12386268. OLE color: 12386268.
HSL color Cylindrical-coordinate representation of color #DCFFBC: hue angle of 91.34º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFFBC is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 188 | - |
| CMYK | 0.14 | 0 | 0.26 | 0 |
| HSL | 91.34º | 1% | 0.87% | - |
| HSV(B) | 91.34º | 0.26% | 1% | - |
| XYZ | 74.35 | 90.37 | 61.1 | - |
| YUV | 236.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 188 | 0.14 | 0 | 0.26 | 0 | 91.34 | 1 | 0.87 |
| Hex | DC | FF | BC | E | 0 | 1A | 0 | 5B | 64 | 57 |
| Octal | 334 | 377 | 274 | 16 | 0 | 32 | 0 | 133 | 144 | 127 |
| Binary | 11011100 | 11111111 | 10111100 | 1110 | 0 | 11010 | 0 | 1011011 | 1100100 | 1010111 |
Color Harmonies of #DCFFBC
Complementary color
Monochromatic Colors of #DCFFBC
Black with #DCFFBC
Text Example
Text Example
White with #DCFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFBC; }
p { color: rgb(220,255,188); }
H1.HeaderClassName
{
color: #DCFFBC;
}
.AnyTagClassName
{
color: #DCFFBC;
}
</style>
background-color css
<style>
a { background-color: #DCFFBC; }
a { background-color: rgb(220,255,188); }
div.DivClassName
{
background-color: #DCFFBC;
}
.BgClassName
{
background-color: #DCFFBC;
}
</style>
border-color css
<style>
span { border-color: #DCFFBC; }
span { border-color: rgb(220,255,188); }
td.TdClassName
{
border-color: #DCFFBC;
}
.TagClassName
{
border-color: #DCFFBC;
}
</style>