Shades of Tea Green #D2F1B9
Tints of Tea Green #D2F1B9
RGB
CMYK
RGB Variations
Color information
#D2F1B9 (or 0xD2F1B9) is known color: Tea Green. HEX triplet: D2, F1 and B9. RGB value is (210,241,185). Sum of RGB (Red+Green+Blue) = 210+241+185=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1B9 is #2D0E46. Grayscale: #E1E1E1. Windows color (decimal): -2952775 or 12186066. OLE color: 12186066.
HSL color Cylindrical-coordinate representation of color #D2F1B9: hue angle of 93.21º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2F1B9 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 185 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.05 |
| HSL | 93.21º | 0.67% | 0.84% | - |
| HSV(B) | 93.21º | 0.23% | 0.95% | - |
| XYZ | 66.79 | 80.12 | 57.84 | - |
| YUV | 225.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 185 | 0.13 | 0 | 0.23 | 0.05 | 93.21 | 0.67 | 0.84 |
| Hex | D2 | F1 | B9 | D | 0 | 17 | 5 | 5D | 43 | 54 |
| Octal | 322 | 361 | 271 | 15 | 0 | 27 | 5 | 135 | 103 | 124 |
| Binary | 11010010 | 11110001 | 10111001 | 1101 | 0 | 10111 | 101 | 1011101 | 1000011 | 1010100 |
Color Harmonies of #D2F1B9
Complementary color
Monochromatic Colors of #D2F1B9
Black with #D2F1B9
Text Example
Text Example
White with #D2F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1B9; }
p { color: rgb(210,241,185); }
H1.HeaderClassName
{
color: #D2F1B9;
}
.AnyTagClassName
{
color: #D2F1B9;
}
</style>
background-color css
<style>
a { background-color: #D2F1B9; }
a { background-color: rgb(210,241,185); }
div.DivClassName
{
background-color: #D2F1B9;
}
.BgClassName
{
background-color: #D2F1B9;
}
</style>
border-color css
<style>
span { border-color: #D2F1B9; }
span { border-color: rgb(210,241,185); }
td.TdClassName
{
border-color: #D2F1B9;
}
.TagClassName
{
border-color: #D2F1B9;
}
</style>