Shades of Tea Green #DCFDBB
Tints of Tea Green #DCFDBB
RGB
CMYK
RGB Variations
Color information
#DCFDBB (or 0xDCFDBB) is known color: Tea Green. HEX triplet: DC, FD and BB. RGB value is (220,253,187). Sum of RGB (Red+Green+Blue) = 220+253+187=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDBB is #230244. Grayscale: #EBEBEB. Windows color (decimal): -2294341 or 12320220. OLE color: 12320220.
HSL color Cylindrical-coordinate representation of color #DCFDBB: hue angle of 90º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFDBB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 187 | - |
CMYK | 0.13 | 0 | 0.26 | 0.01 |
HSL | 90º | 0.94% | 0.86% | - |
HSV(B) | 90º | 0.26% | 0.99% | - |
XYZ | 73.61 | 89.05 | 60.32 | - |
YUV | 235.61 | 100.57 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 187 | 0.13 | 0 | 0.26 | 0.01 | 90 | 0.94 | 0.86 |
Hex | DC | FD | BB | D | 0 | 1A | 1 | 5A | 5E | 56 |
Octal | 334 | 375 | 273 | 15 | 0 | 32 | 1 | 132 | 136 | 126 |
Binary | 11011100 | 11111101 | 10111011 | 1101 | 0 | 11010 | 1 | 1011010 | 1011110 | 1010110 |
Color Harmonies of #DCFDBB
Complementary color
Monochromatic Colors of #DCFDBB
Black with #DCFDBB
Text Example
Text Example
White with #DCFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDBB; }
p { color: rgb(220,253,187); }
H1.HeaderClassName
{
color: #DCFDBB;
}
.AnyTagClassName
{
color: #DCFDBB;
}
</style>
background-color css
<style>
a { background-color: #DCFDBB; }
a { background-color: rgb(220,253,187); }
div.DivClassName
{
background-color: #DCFDBB;
}
.BgClassName
{
background-color: #DCFDBB;
}
</style>
border-color css
<style>
span { border-color: #DCFDBB; }
span { border-color: rgb(220,253,187); }
td.TdClassName
{
border-color: #DCFDBB;
}
.TagClassName
{
border-color: #DCFDBB;
}
</style>