Shades of Tea Green #DCFFC3
Tints of Tea Green #DCFFC3
RGB
CMYK
RGB Variations
Color information
#DCFFC3 (or 0xDCFFC3) is known color: Tea Green. HEX triplet: DC, FF and C3. RGB value is (220,255,195). Sum of RGB (Red+Green+Blue) = 220+255+195=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC3 is #23003C. Grayscale: #EDEDED. Windows color (decimal): -2293821 or 12845020. OLE color: 12845020.
HSL color Cylindrical-coordinate representation of color #DCFFC3: hue angle of 95º 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 #DCFFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 195 | - |
| CMYK | 0.14 | 0 | 0.24 | 0 |
| HSL | 95º | 1% | 0.88% | - |
| HSV(B) | 95º | 0.24% | 1% | - |
| XYZ | 75.13 | 90.68 | 65.17 | - |
| YUV | 237.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 195 | 0.14 | 0 | 0.24 | 0 | 95 | 1 | 0.88 |
| Hex | DC | FF | C3 | E | 0 | 18 | 0 | 5F | 64 | 58 |
| Octal | 334 | 377 | 303 | 16 | 0 | 30 | 0 | 137 | 144 | 130 |
| Binary | 11011100 | 11111111 | 11000011 | 1110 | 0 | 11000 | 0 | 1011111 | 1100100 | 1011000 |
Color Harmonies of #DCFFC3
Complementary color
Monochromatic Colors of #DCFFC3
Black with #DCFFC3
Text Example
Text Example
White with #DCFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC3; }
p { color: rgb(220,255,195); }
H1.HeaderClassName
{
color: #DCFFC3;
}
.AnyTagClassName
{
color: #DCFFC3;
}
</style>
background-color css
<style>
a { background-color: #DCFFC3; }
a { background-color: rgb(220,255,195); }
div.DivClassName
{
background-color: #DCFFC3;
}
.BgClassName
{
background-color: #DCFFC3;
}
</style>
border-color css
<style>
span { border-color: #DCFFC3; }
span { border-color: rgb(220,255,195); }
td.TdClassName
{
border-color: #DCFFC3;
}
.TagClassName
{
border-color: #DCFFC3;
}
</style>