Shades of Tea Green #DCFFC0
Tints of Tea Green #DCFFC0
RGB
CMYK
RGB Variations
Color information
#DCFFC0 (or 0xDCFFC0) is known color: Tea Green. HEX triplet: DC, FF and C0. RGB value is (220,255,192). Sum of RGB (Red+Green+Blue) = 220+255+192=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC0 is #23003F. Grayscale: #EDEDED. Windows color (decimal): -2293824 or 12648412. OLE color: 12648412.
HSL color Cylindrical-coordinate representation of color #DCFFC0: hue angle of 93.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFFC0 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 192 | - |
| CMYK | 0.14 | 0 | 0.25 | 0 |
| HSL | 93.33º | 1% | 0.88% | - |
| HSV(B) | 93.33º | 0.25% | 1% | - |
| XYZ | 74.79 | 90.54 | 63.4 | - |
| YUV | 237.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 192 | 0.14 | 0 | 0.25 | 0 | 93.33 | 1 | 0.88 |
| Hex | DC | FF | C0 | E | 0 | 19 | 0 | 5D | 64 | 58 |
| Octal | 334 | 377 | 300 | 16 | 0 | 31 | 0 | 135 | 144 | 130 |
| Binary | 11011100 | 11111111 | 11000000 | 1110 | 0 | 11001 | 0 | 1011101 | 1100100 | 1011000 |
Color Harmonies of #DCFFC0
Complementary color
Monochromatic Colors of #DCFFC0
Black with #DCFFC0
Text Example
Text Example
White with #DCFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC0; }
p { color: rgb(220,255,192); }
H1.HeaderClassName
{
color: #DCFFC0;
}
.AnyTagClassName
{
color: #DCFFC0;
}
</style>
background-color css
<style>
a { background-color: #DCFFC0; }
a { background-color: rgb(220,255,192); }
div.DivClassName
{
background-color: #DCFFC0;
}
.BgClassName
{
background-color: #DCFFC0;
}
</style>
border-color css
<style>
span { border-color: #DCFFC0; }
span { border-color: rgb(220,255,192); }
td.TdClassName
{
border-color: #DCFFC0;
}
.TagClassName
{
border-color: #DCFFC0;
}
</style>