Shades of Tea Green #DCFDB5
Tints of Tea Green #DCFDB5
RGB
CMYK
RGB Variations
Color information
#DCFDB5 (or 0xDCFDB5) is known color: Tea Green. HEX triplet: DC, FD and B5. RGB value is (220,253,181). Sum of RGB (Red+Green+Blue) = 220+253+181=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDB5 is #23024A. Grayscale: #EBEBEB. Windows color (decimal): -2294347 or 11927004. OLE color: 11927004.
HSL color Cylindrical-coordinate representation of color #DCFDB5: hue angle of 87.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFDB5 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 181 | - |
CMYK | 0.13 | 0 | 0.28 | 0.01 |
HSL | 87.5º | 0.95% | 0.85% | - |
HSV(B) | 87.5º | 0.28% | 0.99% | - |
XYZ | 72.98 | 88.8 | 57.01 | - |
YUV | 234.93 | 97.57 | 117.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 181 | 0.13 | 0 | 0.28 | 0.01 | 87.5 | 0.95 | 0.85 |
Hex | DC | FD | B5 | D | 0 | 1C | 1 | 57 | 5F | 55 |
Octal | 334 | 375 | 265 | 15 | 0 | 34 | 1 | 127 | 137 | 125 |
Binary | 11011100 | 11111101 | 10110101 | 1101 | 0 | 11100 | 1 | 1010111 | 1011111 | 1010101 |
Color Harmonies of #DCFDB5
Complementary color
Monochromatic Colors of #DCFDB5
Black with #DCFDB5
Text Example
Text Example
White with #DCFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDB5; }
p { color: rgb(220,253,181); }
H1.HeaderClassName
{
color: #DCFDB5;
}
.AnyTagClassName
{
color: #DCFDB5;
}
</style>
background-color css
<style>
a { background-color: #DCFDB5; }
a { background-color: rgb(220,253,181); }
div.DivClassName
{
background-color: #DCFDB5;
}
.BgClassName
{
background-color: #DCFDB5;
}
</style>
border-color css
<style>
span { border-color: #DCFDB5; }
span { border-color: rgb(220,253,181); }
td.TdClassName
{
border-color: #DCFDB5;
}
.TagClassName
{
border-color: #DCFDB5;
}
</style>