Shades of Tea Green #DCF6BB
Tints of Tea Green #DCF6BB
RGB
CMYK
RGB Variations
Color information
#DCF6BB (or 0xDCF6BB) is known color: Tea Green. HEX triplet: DC, F6 and BB. RGB value is (220,246,187). Sum of RGB (Red+Green+Blue) = 220+246+187=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6BB is #230944. Grayscale: #E7E7E7. Windows color (decimal): -2296133 or 12318428. OLE color: 12318428.
HSL color Cylindrical-coordinate representation of color #DCF6BB: hue angle of 86.44º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCF6BB is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 187 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.04 |
| HSL | 86.44º | 0.77% | 0.85% | - |
| HSV(B) | 86.44º | 0.24% | 0.96% | - |
| XYZ | 71.44 | 84.72 | 59.6 | - |
| YUV | 231.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 187 | 0.11 | 0 | 0.24 | 0.04 | 86.44 | 0.77 | 0.85 |
| Hex | DC | F6 | BB | B | 0 | 18 | 4 | 56 | 4D | 55 |
| Octal | 334 | 366 | 273 | 13 | 0 | 30 | 4 | 126 | 115 | 125 |
| Binary | 11011100 | 11110110 | 10111011 | 1011 | 0 | 11000 | 100 | 1010110 | 1001101 | 1010101 |
Color Harmonies of #DCF6BB
Complementary color
Monochromatic Colors of #DCF6BB
Black with #DCF6BB
Text Example
Text Example
White with #DCF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6BB; }
p { color: rgb(220,246,187); }
H1.HeaderClassName
{
color: #DCF6BB;
}
.AnyTagClassName
{
color: #DCF6BB;
}
</style>
background-color css
<style>
a { background-color: #DCF6BB; }
a { background-color: rgb(220,246,187); }
div.DivClassName
{
background-color: #DCF6BB;
}
.BgClassName
{
background-color: #DCF6BB;
}
</style>
border-color css
<style>
span { border-color: #DCF6BB; }
span { border-color: rgb(220,246,187); }
td.TdClassName
{
border-color: #DCF6BB;
}
.TagClassName
{
border-color: #DCF6BB;
}
</style>