Shades of Tea Green #DCFDB6
Tints of Tea Green #DCFDB6
RGB
CMYK
RGB Variations
Color information
#DCFDB6 (or 0xDCFDB6) is known color: Tea Green. HEX triplet: DC, FD and B6. RGB value is (220,253,182). Sum of RGB (Red+Green+Blue) = 220+253+182=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDB6 is #230249. Grayscale: #EBEBEB. Windows color (decimal): -2294346 or 11992540. OLE color: 11992540.
HSL color Cylindrical-coordinate representation of color #DCFDB6: hue angle of 87.89º 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 #DCFDB6 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 182 | - |
CMYK | 0.13 | 0 | 0.28 | 0.01 |
HSL | 87.89º | 0.95% | 0.85% | - |
HSV(B) | 87.89º | 0.28% | 0.99% | - |
XYZ | 73.08 | 88.84 | 57.55 | - |
YUV | 235.04 | 98.07 | 117.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 182 | 0.13 | 0 | 0.28 | 0.01 | 87.89 | 0.95 | 0.85 |
Hex | DC | FD | B6 | D | 0 | 1C | 1 | 58 | 5F | 55 |
Octal | 334 | 375 | 266 | 15 | 0 | 34 | 1 | 130 | 137 | 125 |
Binary | 11011100 | 11111101 | 10110110 | 1101 | 0 | 11100 | 1 | 1011000 | 1011111 | 1010101 |
Color Harmonies of #DCFDB6
Complementary color
Monochromatic Colors of #DCFDB6
Black with #DCFDB6
Text Example
Text Example
White with #DCFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDB6; }
p { color: rgb(220,253,182); }
H1.HeaderClassName
{
color: #DCFDB6;
}
.AnyTagClassName
{
color: #DCFDB6;
}
</style>
background-color css
<style>
a { background-color: #DCFDB6; }
a { background-color: rgb(220,253,182); }
div.DivClassName
{
background-color: #DCFDB6;
}
.BgClassName
{
background-color: #DCFDB6;
}
</style>
border-color css
<style>
span { border-color: #DCFDB6; }
span { border-color: rgb(220,253,182); }
td.TdClassName
{
border-color: #DCFDB6;
}
.TagClassName
{
border-color: #DCFDB6;
}
</style>