Shades of Tea Green #DCFBB6
Tints of Tea Green #DCFBB6
RGB
CMYK
RGB Variations
Color information
#DCFBB6 (or 0xDCFBB6) is known color: Tea Green. HEX triplet: DC, FB and B6. RGB value is (220,251,182). Sum of RGB (Red+Green+Blue) = 220+251+182=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBB6 is #230449. Grayscale: #EAEAEA. Windows color (decimal): -2294858 or 11992028. OLE color: 11992028.
HSL color Cylindrical-coordinate representation of color #DCFBB6: hue angle of 86.96º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFBB6 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 182 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.02 |
| HSL | 86.96º | 0.9% | 0.85% | - |
| HSV(B) | 86.96º | 0.27% | 0.98% | - |
| XYZ | 72.46 | 87.59 | 57.34 | - |
| YUV | 233.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 182 | 0.12 | 0 | 0.27 | 0.02 | 86.96 | 0.9 | 0.85 |
| Hex | DC | FB | B6 | C | 0 | 1B | 2 | 57 | 5A | 55 |
| Octal | 334 | 373 | 266 | 14 | 0 | 33 | 2 | 127 | 132 | 125 |
| Binary | 11011100 | 11111011 | 10110110 | 1100 | 0 | 11011 | 10 | 1010111 | 1011010 | 1010101 |
Color Harmonies of #DCFBB6
Complementary color
Monochromatic Colors of #DCFBB6
Black with #DCFBB6
Text Example
Text Example
White with #DCFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBB6; }
p { color: rgb(220,251,182); }
H1.HeaderClassName
{
color: #DCFBB6;
}
.AnyTagClassName
{
color: #DCFBB6;
}
</style>
background-color css
<style>
a { background-color: #DCFBB6; }
a { background-color: rgb(220,251,182); }
div.DivClassName
{
background-color: #DCFBB6;
}
.BgClassName
{
background-color: #DCFBB6;
}
</style>
border-color css
<style>
span { border-color: #DCFBB6; }
span { border-color: rgb(220,251,182); }
td.TdClassName
{
border-color: #DCFBB6;
}
.TagClassName
{
border-color: #DCFBB6;
}
</style>