Shades of Tea Green #DCFFC6
Tints of Tea Green #DCFFC6
RGB
CMYK
RGB Variations
Color information
#DCFFC6 (or 0xDCFFC6) is known color: Tea Green. HEX triplet: DC, FF and C6. RGB value is (220,255,198). Sum of RGB (Red+Green+Blue) = 220+255+198=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC6 is #230039. Grayscale: #EEEEEE. Windows color (decimal): -2293818 or 13041628. OLE color: 13041628.
HSL color Cylindrical-coordinate representation of color #DCFFC6: hue angle of 96.84º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFFC6 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 198 | - |
CMYK | 0.14 | 0 | 0.22 | 0 |
HSL | 96.84º | 1% | 0.89% | - |
HSV(B) | 96.84º | 0.22% | 1% | - |
XYZ | 75.47 | 90.81 | 66.98 | - |
YUV | 238.04 | 105.4 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 198 | 0.14 | 0 | 0.22 | 0 | 96.84 | 1 | 0.89 |
Hex | DC | FF | C6 | E | 0 | 16 | 0 | 61 | 64 | 59 |
Octal | 334 | 377 | 306 | 16 | 0 | 26 | 0 | 141 | 144 | 131 |
Binary | 11011100 | 11111111 | 11000110 | 1110 | 0 | 10110 | 0 | 1100001 | 1100100 | 1011001 |
Color Harmonies of #DCFFC6
Complementary color
Monochromatic Colors of #DCFFC6
Black with #DCFFC6
Text Example
Text Example
White with #DCFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC6; }
p { color: rgb(220,255,198); }
H1.HeaderClassName
{
color: #DCFFC6;
}
.AnyTagClassName
{
color: #DCFFC6;
}
</style>
background-color css
<style>
a { background-color: #DCFFC6; }
a { background-color: rgb(220,255,198); }
div.DivClassName
{
background-color: #DCFFC6;
}
.BgClassName
{
background-color: #DCFFC6;
}
</style>
border-color css
<style>
span { border-color: #DCFFC6; }
span { border-color: rgb(220,255,198); }
td.TdClassName
{
border-color: #DCFFC6;
}
.TagClassName
{
border-color: #DCFFC6;
}
</style>