Shades of Tea Green #D2FCBA
Tints of Tea Green #D2FCBA
RGB
CMYK
RGB Variations
Color information
#D2FCBA (or 0xD2FCBA) is known color: Tea Green. HEX triplet: D2, FC and BA. RGB value is (210,252,186). Sum of RGB (Red+Green+Blue) = 210+252+186=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCBA is #2D0345. Grayscale: #E8E8E8. Windows color (decimal): -2949958 or 12254418. OLE color: 12254418.
HSL color Cylindrical-coordinate representation of color #D2FCBA: hue angle of 98.18º degrees, saturation: 0.92, 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 #D2FCBA is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 186 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.01 |
| HSL | 98.18º | 0.92% | 0.86% | - |
| HSV(B) | 98.18º | 0.26% | 0.99% | - |
| XYZ | 70.25 | 86.87 | 59.52 | - |
| YUV | 231.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 186 | 0.17 | 0 | 0.26 | 0.01 | 98.18 | 0.92 | 0.86 |
| Hex | D2 | FC | BA | 11 | 0 | 1A | 1 | 62 | 5C | 56 |
| Octal | 322 | 374 | 272 | 21 | 0 | 32 | 1 | 142 | 134 | 126 |
| Binary | 11010010 | 11111100 | 10111010 | 10001 | 0 | 11010 | 1 | 1100010 | 1011100 | 1010110 |
Color Harmonies of #D2FCBA
Complementary color
Monochromatic Colors of #D2FCBA
Black with #D2FCBA
Text Example
Text Example
White with #D2FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCBA; }
p { color: rgb(210,252,186); }
H1.HeaderClassName
{
color: #D2FCBA;
}
.AnyTagClassName
{
color: #D2FCBA;
}
</style>
background-color css
<style>
a { background-color: #D2FCBA; }
a { background-color: rgb(210,252,186); }
div.DivClassName
{
background-color: #D2FCBA;
}
.BgClassName
{
background-color: #D2FCBA;
}
</style>
border-color css
<style>
span { border-color: #D2FCBA; }
span { border-color: rgb(210,252,186); }
td.TdClassName
{
border-color: #D2FCBA;
}
.TagClassName
{
border-color: #D2FCBA;
}
</style>