Shades of Tea Green #DCF6BE
Tints of Tea Green #DCF6BE
RGB
CMYK
RGB Variations
Color information
#DCF6BE (or 0xDCF6BE) is known color: Tea Green. HEX triplet: DC, F6 and BE. RGB value is (220,246,190). Sum of RGB (Red+Green+Blue) = 220+246+190=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6BE is #230941. Grayscale: #E8E8E8. Windows color (decimal): -2296130 or 12515036. OLE color: 12515036.
HSL color Cylindrical-coordinate representation of color #DCF6BE: hue angle of 87.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCF6BE is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 190 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 87.86º | 0.76% | 0.85% | - |
| HSV(B) | 87.86º | 0.23% | 0.96% | - |
| XYZ | 71.77 | 84.84 | 61.31 | - |
| YUV | 231.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 190 | 0.11 | 0 | 0.23 | 0.04 | 87.86 | 0.76 | 0.85 |
| Hex | DC | F6 | BE | B | 0 | 17 | 4 | 58 | 4C | 55 |
| Octal | 334 | 366 | 276 | 13 | 0 | 27 | 4 | 130 | 114 | 125 |
| Binary | 11011100 | 11110110 | 10111110 | 1011 | 0 | 10111 | 100 | 1011000 | 1001100 | 1010101 |
Color Harmonies of #DCF6BE
Complementary color
Monochromatic Colors of #DCF6BE
Black with #DCF6BE
Text Example
Text Example
White with #DCF6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6BE; }
p { color: rgb(220,246,190); }
H1.HeaderClassName
{
color: #DCF6BE;
}
.AnyTagClassName
{
color: #DCF6BE;
}
</style>
background-color css
<style>
a { background-color: #DCF6BE; }
a { background-color: rgb(220,246,190); }
div.DivClassName
{
background-color: #DCF6BE;
}
.BgClassName
{
background-color: #DCF6BE;
}
</style>
border-color css
<style>
span { border-color: #DCF6BE; }
span { border-color: rgb(220,246,190); }
td.TdClassName
{
border-color: #DCF6BE;
}
.TagClassName
{
border-color: #DCF6BE;
}
</style>