Shades of Tea Green #DCFEBB
Tints of Tea Green #DCFEBB
RGB
CMYK
RGB Variations
Color information
#DCFEBB (or 0xDCFEBB) is known color: Tea Green. HEX triplet: DC, FE and BB. RGB value is (220,254,187). Sum of RGB (Red+Green+Blue) = 220+254+187=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEBB is #230144. Grayscale: #ECECEC. Windows color (decimal): -2294085 or 12320476. OLE color: 12320476.
HSL color Cylindrical-coordinate representation of color #DCFEBB: hue angle of 90.45º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFEBB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 187 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.00 |
| HSL | 90.45º | 0.97% | 0.86% | - |
| HSV(B) | 90.45º | 0.26% | 1% | - |
| XYZ | 73.93 | 89.69 | 60.43 | - |
| YUV | 236.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 187 | 0.13 | 0 | 0.26 | 0.00 | 90.45 | 0.97 | 0.86 |
| Hex | DC | FE | BB | D | 0 | 1A | 0 | 5A | 61 | 56 |
| Octal | 334 | 376 | 273 | 15 | 0 | 32 | 0 | 132 | 141 | 126 |
| Binary | 11011100 | 11111110 | 10111011 | 1101 | 0 | 11010 | 0 | 1011010 | 1100001 | 1010110 |
Color Harmonies of #DCFEBB
Complementary color
Monochromatic Colors of #DCFEBB
Black with #DCFEBB
Text Example
Text Example
White with #DCFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEBB; }
p { color: rgb(220,254,187); }
H1.HeaderClassName
{
color: #DCFEBB;
}
.AnyTagClassName
{
color: #DCFEBB;
}
</style>
background-color css
<style>
a { background-color: #DCFEBB; }
a { background-color: rgb(220,254,187); }
div.DivClassName
{
background-color: #DCFEBB;
}
.BgClassName
{
background-color: #DCFEBB;
}
</style>
border-color css
<style>
span { border-color: #DCFEBB; }
span { border-color: rgb(220,254,187); }
td.TdClassName
{
border-color: #DCFEBB;
}
.TagClassName
{
border-color: #DCFEBB;
}
</style>