Shades of Tea Green #D2F1B6
Tints of Tea Green #D2F1B6
RGB
CMYK
RGB Variations
Color information
#D2F1B6 (or 0xD2F1B6) is known color: Tea Green. HEX triplet: D2, F1 and B6. RGB value is (210,241,182). Sum of RGB (Red+Green+Blue) = 210+241+182=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1B6 is #2D0E49. Grayscale: #E1E1E1. Windows color (decimal): -2952778 or 11989458. OLE color: 11989458.
HSL color Cylindrical-coordinate representation of color #D2F1B6: hue angle of 91.53º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2F1B6 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 182 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.05 |
| HSL | 91.53º | 0.68% | 0.83% | - |
| HSV(B) | 91.53º | 0.24% | 0.95% | - |
| XYZ | 66.48 | 79.99 | 56.19 | - |
| YUV | 225.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 182 | 0.13 | 0 | 0.24 | 0.05 | 91.53 | 0.68 | 0.83 |
| Hex | D2 | F1 | B6 | D | 0 | 18 | 5 | 5C | 44 | 53 |
| Octal | 322 | 361 | 266 | 15 | 0 | 30 | 5 | 134 | 104 | 123 |
| Binary | 11010010 | 11110001 | 10110110 | 1101 | 0 | 11000 | 101 | 1011100 | 1000100 | 1010011 |
Color Harmonies of #D2F1B6
Complementary color
Monochromatic Colors of #D2F1B6
Black with #D2F1B6
Text Example
Text Example
White with #D2F1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1B6; }
p { color: rgb(210,241,182); }
H1.HeaderClassName
{
color: #D2F1B6;
}
.AnyTagClassName
{
color: #D2F1B6;
}
</style>
background-color css
<style>
a { background-color: #D2F1B6; }
a { background-color: rgb(210,241,182); }
div.DivClassName
{
background-color: #D2F1B6;
}
.BgClassName
{
background-color: #D2F1B6;
}
</style>
border-color css
<style>
span { border-color: #D2F1B6; }
span { border-color: rgb(210,241,182); }
td.TdClassName
{
border-color: #D2F1B6;
}
.TagClassName
{
border-color: #D2F1B6;
}
</style>