Shades of Tea Green #DCF5BD
Tints of Tea Green #DCF5BD
RGB
CMYK
RGB Variations
Color information
#DCF5BD (or 0xDCF5BD) is known color: Tea Green. HEX triplet: DC, F5 and BD. RGB value is (220,245,189). Sum of RGB (Red+Green+Blue) = 220+245+189=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5BD is #230A42. Grayscale: #E7E7E7. Windows color (decimal): -2296387 or 12449244. OLE color: 12449244.
HSL color Cylindrical-coordinate representation of color #DCF5BD: hue angle of 86.79º degrees, saturation: 0.74, 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 #DCF5BD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 189 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.04 |
| HSL | 86.79º | 0.74% | 0.85% | - |
| HSV(B) | 86.79º | 0.23% | 0.96% | - |
| XYZ | 71.35 | 84.19 | 60.63 | - |
| YUV | 231.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 189 | 0.10 | 0 | 0.23 | 0.04 | 86.79 | 0.74 | 0.85 |
| Hex | DC | F5 | BD | A | 0 | 17 | 4 | 57 | 4A | 55 |
| Octal | 334 | 365 | 275 | 12 | 0 | 27 | 4 | 127 | 112 | 125 |
| Binary | 11011100 | 11110101 | 10111101 | 1010 | 0 | 10111 | 100 | 1010111 | 1001010 | 1010101 |
Color Harmonies of #DCF5BD
Complementary color
Monochromatic Colors of #DCF5BD
Black with #DCF5BD
Text Example
Text Example
White with #DCF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5BD; }
p { color: rgb(220,245,189); }
H1.HeaderClassName
{
color: #DCF5BD;
}
.AnyTagClassName
{
color: #DCF5BD;
}
</style>
background-color css
<style>
a { background-color: #DCF5BD; }
a { background-color: rgb(220,245,189); }
div.DivClassName
{
background-color: #DCF5BD;
}
.BgClassName
{
background-color: #DCF5BD;
}
</style>
border-color css
<style>
span { border-color: #DCF5BD; }
span { border-color: rgb(220,245,189); }
td.TdClassName
{
border-color: #DCF5BD;
}
.TagClassName
{
border-color: #DCF5BD;
}
</style>