Shades of Tea Green #DCFBB5
Tints of Tea Green #DCFBB5
RGB
CMYK
RGB Variations
Color information
#DCFBB5 (or 0xDCFBB5) is known color: Tea Green. HEX triplet: DC, FB and B5. RGB value is (220,251,181). Sum of RGB (Red+Green+Blue) = 220+251+181=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBB5 is #23044A. Grayscale: #EAEAEA. Windows color (decimal): -2294859 or 11926492. OLE color: 11926492.
HSL color Cylindrical-coordinate representation of color #DCFBB5: hue angle of 86.57º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFBB5 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 181 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 86.57º | 0.9% | 0.85% | - |
| HSV(B) | 86.57º | 0.28% | 0.98% | - |
| XYZ | 72.35 | 87.55 | 56.8 | - |
| YUV | 233.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 181 | 0.12 | 0 | 0.28 | 0.02 | 86.57 | 0.9 | 0.85 |
| Hex | DC | FB | B5 | C | 0 | 1C | 2 | 57 | 5A | 55 |
| Octal | 334 | 373 | 265 | 14 | 0 | 34 | 2 | 127 | 132 | 125 |
| Binary | 11011100 | 11111011 | 10110101 | 1100 | 0 | 11100 | 10 | 1010111 | 1011010 | 1010101 |
Color Harmonies of #DCFBB5
Complementary color
Monochromatic Colors of #DCFBB5
Black with #DCFBB5
Text Example
Text Example
White with #DCFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBB5; }
p { color: rgb(220,251,181); }
H1.HeaderClassName
{
color: #DCFBB5;
}
.AnyTagClassName
{
color: #DCFBB5;
}
</style>
background-color css
<style>
a { background-color: #DCFBB5; }
a { background-color: rgb(220,251,181); }
div.DivClassName
{
background-color: #DCFBB5;
}
.BgClassName
{
background-color: #DCFBB5;
}
</style>
border-color css
<style>
span { border-color: #DCFBB5; }
span { border-color: rgb(220,251,181); }
td.TdClassName
{
border-color: #DCFBB5;
}
.TagClassName
{
border-color: #DCFBB5;
}
</style>