Shades of Tea Green #DCFBBE
Tints of Tea Green #DCFBBE
RGB
CMYK
RGB Variations
Color information
#DCFBBE (or 0xDCFBBE) is known color: Tea Green. HEX triplet: DC, FB and BE. RGB value is (220,251,190). Sum of RGB (Red+Green+Blue) = 220+251+190=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBE is #230441. Grayscale: #EAEAEA. Windows color (decimal): -2294850 or 12516316. OLE color: 12516316.
HSL color Cylindrical-coordinate representation of color #DCFBBE: hue angle of 90.49º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFBBE is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 190 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.02 |
| HSL | 90.49º | 0.88% | 0.86% | - |
| HSV(B) | 90.49º | 0.24% | 0.98% | - |
| XYZ | 73.31 | 87.93 | 61.82 | - |
| YUV | 234.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 190 | 0.12 | 0 | 0.24 | 0.02 | 90.49 | 0.88 | 0.86 |
| Hex | DC | FB | BE | C | 0 | 18 | 2 | 5A | 58 | 56 |
| Octal | 334 | 373 | 276 | 14 | 0 | 30 | 2 | 132 | 130 | 126 |
| Binary | 11011100 | 11111011 | 10111110 | 1100 | 0 | 11000 | 10 | 1011010 | 1011000 | 1010110 |
Color Harmonies of #DCFBBE
Complementary color
Monochromatic Colors of #DCFBBE
Black with #DCFBBE
Text Example
Text Example
White with #DCFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBBE; }
p { color: rgb(220,251,190); }
H1.HeaderClassName
{
color: #DCFBBE;
}
.AnyTagClassName
{
color: #DCFBBE;
}
</style>
background-color css
<style>
a { background-color: #DCFBBE; }
a { background-color: rgb(220,251,190); }
div.DivClassName
{
background-color: #DCFBBE;
}
.BgClassName
{
background-color: #DCFBBE;
}
</style>
border-color css
<style>
span { border-color: #DCFBBE; }
span { border-color: rgb(220,251,190); }
td.TdClassName
{
border-color: #DCFBBE;
}
.TagClassName
{
border-color: #DCFBBE;
}
</style>