Shades of Tea Green #DCFDB9
Tints of Tea Green #DCFDB9
RGB
CMYK
RGB Variations
Color information
#DCFDB9 (or 0xDCFDB9) is known color: Tea Green. HEX triplet: DC, FD and B9. RGB value is (220,253,185). Sum of RGB (Red+Green+Blue) = 220+253+185=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDB9 is #230246. Grayscale: #EBEBEB. Windows color (decimal): -2294343 or 12189148. OLE color: 12189148.
HSL color Cylindrical-coordinate representation of color #DCFDB9: hue angle of 89.12º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFDB9 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 185 | - |
CMYK | 0.13 | 0 | 0.27 | 0.01 |
HSL | 89.12º | 0.94% | 0.86% | - |
HSV(B) | 89.12º | 0.27% | 0.99% | - |
XYZ | 73.4 | 88.97 | 59.2 | - |
YUV | 235.38 | 99.57 | 117.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 185 | 0.13 | 0 | 0.27 | 0.01 | 89.12 | 0.94 | 0.86 |
Hex | DC | FD | B9 | D | 0 | 1B | 1 | 59 | 5E | 56 |
Octal | 334 | 375 | 271 | 15 | 0 | 33 | 1 | 131 | 136 | 126 |
Binary | 11011100 | 11111101 | 10111001 | 1101 | 0 | 11011 | 1 | 1011001 | 1011110 | 1010110 |
Color Harmonies of #DCFDB9
Complementary color
Monochromatic Colors of #DCFDB9
Black with #DCFDB9
Text Example
Text Example
White with #DCFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDB9; }
p { color: rgb(220,253,185); }
H1.HeaderClassName
{
color: #DCFDB9;
}
.AnyTagClassName
{
color: #DCFDB9;
}
</style>
background-color css
<style>
a { background-color: #DCFDB9; }
a { background-color: rgb(220,253,185); }
div.DivClassName
{
background-color: #DCFDB9;
}
.BgClassName
{
background-color: #DCFDB9;
}
</style>
border-color css
<style>
span { border-color: #DCFDB9; }
span { border-color: rgb(220,253,185); }
td.TdClassName
{
border-color: #DCFDB9;
}
.TagClassName
{
border-color: #DCFDB9;
}
</style>