Shades of Tea Green #D2FBBA
Tints of Tea Green #D2FBBA
RGB
CMYK
RGB Variations
Color information
#D2FBBA (or 0xD2FBBA) is known color: Tea Green. HEX triplet: D2, FB and BA. RGB value is (210,251,186). Sum of RGB (Red+Green+Blue) = 210+251+186=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBBA is #2D0445. Grayscale: #E7E7E7. Windows color (decimal): -2950214 or 12254162. OLE color: 12254162.
HSL color Cylindrical-coordinate representation of color #D2FBBA: hue angle of 97.85º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2FBBA is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 186 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.02 |
| HSL | 97.85º | 0.89% | 0.86% | - |
| HSV(B) | 97.85º | 0.26% | 0.98% | - |
| XYZ | 69.94 | 86.24 | 59.41 | - |
| YUV | 231.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 186 | 0.16 | 0 | 0.26 | 0.02 | 97.85 | 0.89 | 0.86 |
| Hex | D2 | FB | BA | 10 | 0 | 1A | 2 | 62 | 59 | 56 |
| Octal | 322 | 373 | 272 | 20 | 0 | 32 | 2 | 142 | 131 | 126 |
| Binary | 11010010 | 11111011 | 10111010 | 10000 | 0 | 11010 | 10 | 1100010 | 1011001 | 1010110 |
Color Harmonies of #D2FBBA
Complementary color
Monochromatic Colors of #D2FBBA
Black with #D2FBBA
Text Example
Text Example
White with #D2FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBBA; }
p { color: rgb(210,251,186); }
H1.HeaderClassName
{
color: #D2FBBA;
}
.AnyTagClassName
{
color: #D2FBBA;
}
</style>
background-color css
<style>
a { background-color: #D2FBBA; }
a { background-color: rgb(210,251,186); }
div.DivClassName
{
background-color: #D2FBBA;
}
.BgClassName
{
background-color: #D2FBBA;
}
</style>
border-color css
<style>
span { border-color: #D2FBBA; }
span { border-color: rgb(210,251,186); }
td.TdClassName
{
border-color: #D2FBBA;
}
.TagClassName
{
border-color: #D2FBBA;
}
</style>