Shades of Tea Green #D2FFB6
Tints of Tea Green #D2FFB6
RGB
CMYK
RGB Variations
Color information
#D2FFB6 (or 0xD2FFB6) is known color: Tea Green. HEX triplet: D2, FF and B6. RGB value is (210,255,182). Sum of RGB (Red+Green+Blue) = 210+255+182=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFB6 is #2D0049. Grayscale: #E9E9E9. Windows color (decimal): -2949194 or 11993042. OLE color: 11993042.
HSL color Cylindrical-coordinate representation of color #D2FFB6: hue angle of 96.99º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2FFB6 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 182 | - |
| CMYK | 0.18 | 0 | 0.29 | 0 |
| HSL | 96.99º | 1% | 0.86% | - |
| HSV(B) | 96.99º | 0.29% | 1% | - |
| XYZ | 70.78 | 88.6 | 57.63 | - |
| YUV | 233.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 182 | 0.18 | 0 | 0.29 | 0 | 96.99 | 1 | 0.86 |
| Hex | D2 | FF | B6 | 12 | 0 | 1D | 0 | 61 | 64 | 56 |
| Octal | 322 | 377 | 266 | 22 | 0 | 35 | 0 | 141 | 144 | 126 |
| Binary | 11010010 | 11111111 | 10110110 | 10010 | 0 | 11101 | 0 | 1100001 | 1100100 | 1010110 |
Color Harmonies of #D2FFB6
Complementary color
Monochromatic Colors of #D2FFB6
Black with #D2FFB6
Text Example
Text Example
White with #D2FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFB6; }
p { color: rgb(210,255,182); }
H1.HeaderClassName
{
color: #D2FFB6;
}
.AnyTagClassName
{
color: #D2FFB6;
}
</style>
background-color css
<style>
a { background-color: #D2FFB6; }
a { background-color: rgb(210,255,182); }
div.DivClassName
{
background-color: #D2FFB6;
}
.BgClassName
{
background-color: #D2FFB6;
}
</style>
border-color css
<style>
span { border-color: #D2FFB6; }
span { border-color: rgb(210,255,182); }
td.TdClassName
{
border-color: #D2FFB6;
}
.TagClassName
{
border-color: #D2FFB6;
}
</style>