Shades of Tea Green #DCFBBD
Tints of Tea Green #DCFBBD
RGB
CMYK
RGB Variations
Color information
#DCFBBD (or 0xDCFBBD) is known color: Tea Green. HEX triplet: DC, FB and BD. RGB value is (220,251,189). Sum of RGB (Red+Green+Blue) = 220+251+189=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBD is #230442. Grayscale: #EAEAEA. Windows color (decimal): -2294851 or 12450780. OLE color: 12450780.
HSL color Cylindrical-coordinate representation of color #DCFBBD: hue angle of 90º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFBBD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 189 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 90º | 0.89% | 0.86% | - |
| HSV(B) | 90º | 0.25% | 0.98% | - |
| XYZ | 73.2 | 87.88 | 61.25 | - |
| YUV | 234.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 189 | 0.12 | 0 | 0.25 | 0.02 | 90 | 0.89 | 0.86 |
| Hex | DC | FB | BD | C | 0 | 19 | 2 | 5A | 59 | 56 |
| Octal | 334 | 373 | 275 | 14 | 0 | 31 | 2 | 132 | 131 | 126 |
| Binary | 11011100 | 11111011 | 10111101 | 1100 | 0 | 11001 | 10 | 1011010 | 1011001 | 1010110 |
Color Harmonies of #DCFBBD
Complementary color
Monochromatic Colors of #DCFBBD
Black with #DCFBBD
Text Example
Text Example
White with #DCFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBBD; }
p { color: rgb(220,251,189); }
H1.HeaderClassName
{
color: #DCFBBD;
}
.AnyTagClassName
{
color: #DCFBBD;
}
</style>
background-color css
<style>
a { background-color: #DCFBBD; }
a { background-color: rgb(220,251,189); }
div.DivClassName
{
background-color: #DCFBBD;
}
.BgClassName
{
background-color: #DCFBBD;
}
</style>
border-color css
<style>
span { border-color: #DCFBBD; }
span { border-color: rgb(220,251,189); }
td.TdClassName
{
border-color: #DCFBBD;
}
.TagClassName
{
border-color: #DCFBBD;
}
</style>