Shades of Tea Green #DCFFC1
Tints of Tea Green #DCFFC1
RGB
CMYK
RGB Variations
Color information
#DCFFC1 (or 0xDCFFC1) is known color: Tea Green. HEX triplet: DC, FF and C1. RGB value is (220,255,193). Sum of RGB (Red+Green+Blue) = 220+255+193=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC1 is #23003E. Grayscale: #EDEDED. Windows color (decimal): -2293823 or 12713948. OLE color: 12713948.
HSL color Cylindrical-coordinate representation of color #DCFFC1: hue angle of 93.87º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFFC1 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 193 | - |
| CMYK | 0.14 | 0 | 0.24 | 0 |
| HSL | 93.87º | 1% | 0.88% | - |
| HSV(B) | 93.87º | 0.24% | 1% | - |
| XYZ | 74.9 | 90.59 | 63.99 | - |
| YUV | 237.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 193 | 0.14 | 0 | 0.24 | 0 | 93.87 | 1 | 0.88 |
| Hex | DC | FF | C1 | E | 0 | 18 | 0 | 5E | 64 | 58 |
| Octal | 334 | 377 | 301 | 16 | 0 | 30 | 0 | 136 | 144 | 130 |
| Binary | 11011100 | 11111111 | 11000001 | 1110 | 0 | 11000 | 0 | 1011110 | 1100100 | 1011000 |
Color Harmonies of #DCFFC1
Complementary color
Monochromatic Colors of #DCFFC1
Black with #DCFFC1
Text Example
Text Example
White with #DCFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC1; }
p { color: rgb(220,255,193); }
H1.HeaderClassName
{
color: #DCFFC1;
}
.AnyTagClassName
{
color: #DCFFC1;
}
</style>
background-color css
<style>
a { background-color: #DCFFC1; }
a { background-color: rgb(220,255,193); }
div.DivClassName
{
background-color: #DCFFC1;
}
.BgClassName
{
background-color: #DCFFC1;
}
</style>
border-color css
<style>
span { border-color: #DCFFC1; }
span { border-color: rgb(220,255,193); }
td.TdClassName
{
border-color: #DCFFC1;
}
.TagClassName
{
border-color: #DCFFC1;
}
</style>