Shades of Tea Green #D2FCB9
Tints of Tea Green #D2FCB9
RGB
CMYK
RGB Variations
Color information
#D2FCB9 (or 0xD2FCB9) is known color: Tea Green. HEX triplet: D2, FC and B9. RGB value is (210,252,185). Sum of RGB (Red+Green+Blue) = 210+252+185=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCB9 is #2D0346. Grayscale: #E8E8E8. Windows color (decimal): -2949959 or 12188882. OLE color: 12188882.
HSL color Cylindrical-coordinate representation of color #D2FCB9: hue angle of 97.61º degrees, saturation: 0.92, 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 #D2FCB9 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 185 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.01 |
| HSL | 97.61º | 0.92% | 0.86% | - |
| HSV(B) | 97.61º | 0.27% | 0.99% | - |
| XYZ | 70.15 | 86.83 | 58.96 | - |
| YUV | 231.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 185 | 0.17 | 0 | 0.27 | 0.01 | 97.61 | 0.92 | 0.86 |
| Hex | D2 | FC | B9 | 11 | 0 | 1B | 1 | 62 | 5C | 56 |
| Octal | 322 | 374 | 271 | 21 | 0 | 33 | 1 | 142 | 134 | 126 |
| Binary | 11010010 | 11111100 | 10111001 | 10001 | 0 | 11011 | 1 | 1100010 | 1011100 | 1010110 |
Color Harmonies of #D2FCB9
Complementary color
Monochromatic Colors of #D2FCB9
Black with #D2FCB9
Text Example
Text Example
White with #D2FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCB9; }
p { color: rgb(210,252,185); }
H1.HeaderClassName
{
color: #D2FCB9;
}
.AnyTagClassName
{
color: #D2FCB9;
}
</style>
background-color css
<style>
a { background-color: #D2FCB9; }
a { background-color: rgb(210,252,185); }
div.DivClassName
{
background-color: #D2FCB9;
}
.BgClassName
{
background-color: #D2FCB9;
}
</style>
border-color css
<style>
span { border-color: #D2FCB9; }
span { border-color: rgb(210,252,185); }
td.TdClassName
{
border-color: #D2FCB9;
}
.TagClassName
{
border-color: #D2FCB9;
}
</style>