Shades of Tea Green #DCFFB6
Tints of Tea Green #DCFFB6
RGB
CMYK
RGB Variations
Color information
#DCFFB6 (or 0xDCFFB6) is known color: Tea Green. HEX triplet: DC, FF and B6. RGB value is (220,255,182). Sum of RGB (Red+Green+Blue) = 220+255+182=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB6 is #230049. Grayscale: #ECECEC. Windows color (decimal): -2293834 or 11993052. OLE color: 11993052.
HSL color Cylindrical-coordinate representation of color #DCFFB6: hue angle of 88.77º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFFB6 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 182 | - |
| CMYK | 0.14 | 0 | 0.29 | 0 |
| HSL | 88.77º | 1% | 0.86% | - |
| HSV(B) | 88.77º | 0.29% | 1% | - |
| XYZ | 73.72 | 90.11 | 57.76 | - |
| YUV | 236.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 182 | 0.14 | 0 | 0.29 | 0 | 88.77 | 1 | 0.86 |
| Hex | DC | FF | B6 | E | 0 | 1D | 0 | 59 | 64 | 56 |
| Octal | 334 | 377 | 266 | 16 | 0 | 35 | 0 | 131 | 144 | 126 |
| Binary | 11011100 | 11111111 | 10110110 | 1110 | 0 | 11101 | 0 | 1011001 | 1100100 | 1010110 |
Color Harmonies of #DCFFB6
Complementary color
Monochromatic Colors of #DCFFB6
Black with #DCFFB6
Text Example
Text Example
White with #DCFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFB6; }
p { color: rgb(220,255,182); }
H1.HeaderClassName
{
color: #DCFFB6;
}
.AnyTagClassName
{
color: #DCFFB6;
}
</style>
background-color css
<style>
a { background-color: #DCFFB6; }
a { background-color: rgb(220,255,182); }
div.DivClassName
{
background-color: #DCFFB6;
}
.BgClassName
{
background-color: #DCFFB6;
}
</style>
border-color css
<style>
span { border-color: #DCFFB6; }
span { border-color: rgb(220,255,182); }
td.TdClassName
{
border-color: #DCFFB6;
}
.TagClassName
{
border-color: #DCFFB6;
}
</style>