Shades of Tea Green #DCFFC2
Tints of Tea Green #DCFFC2
RGB
CMYK
RGB Variations
Color information
#DCFFC2 (or 0xDCFFC2) is known color: Tea Green. HEX triplet: DC, FF and C2. RGB value is (220,255,194). Sum of RGB (Red+Green+Blue) = 220+255+194=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC2 is #23003D. Grayscale: #EDEDED. Windows color (decimal): -2293822 or 12779484. OLE color: 12779484.
HSL color Cylindrical-coordinate representation of color #DCFFC2: hue angle of 94.43º 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 #DCFFC2 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 194 | - |
| CMYK | 0.14 | 0 | 0.24 | 0 |
| HSL | 94.43º | 1% | 0.88% | - |
| HSV(B) | 94.43º | 0.24% | 1% | - |
| XYZ | 75.01 | 90.63 | 64.58 | - |
| YUV | 237.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 194 | 0.14 | 0 | 0.24 | 0 | 94.43 | 1 | 0.88 |
| Hex | DC | FF | C2 | E | 0 | 18 | 0 | 5E | 64 | 58 |
| Octal | 334 | 377 | 302 | 16 | 0 | 30 | 0 | 136 | 144 | 130 |
| Binary | 11011100 | 11111111 | 11000010 | 1110 | 0 | 11000 | 0 | 1011110 | 1100100 | 1011000 |
Color Harmonies of #DCFFC2
Complementary color
Monochromatic Colors of #DCFFC2
Black with #DCFFC2
Text Example
Text Example
White with #DCFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC2; }
p { color: rgb(220,255,194); }
H1.HeaderClassName
{
color: #DCFFC2;
}
.AnyTagClassName
{
color: #DCFFC2;
}
</style>
background-color css
<style>
a { background-color: #DCFFC2; }
a { background-color: rgb(220,255,194); }
div.DivClassName
{
background-color: #DCFFC2;
}
.BgClassName
{
background-color: #DCFFC2;
}
</style>
border-color css
<style>
span { border-color: #DCFFC2; }
span { border-color: rgb(220,255,194); }
td.TdClassName
{
border-color: #DCFFC2;
}
.TagClassName
{
border-color: #DCFFC2;
}
</style>