Shades of Tea Green #D1F2BC
Tints of Tea Green #D1F2BC
RGB
CMYK
RGB Variations
Color information
#D1F2BC (or 0xD1F2BC) is known color: Tea Green. HEX triplet: D1, F2 and BC. RGB value is (209,242,188). Sum of RGB (Red+Green+Blue) = 209+242+188=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2BC is #2E0D43. Grayscale: #E2E2E2. Windows color (decimal): -3018052 or 12382929. OLE color: 12382929.
HSL color Cylindrical-coordinate representation of color #D1F2BC: hue angle of 96.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1F2BC is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 188 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.05 |
| HSL | 96.67º | 0.68% | 0.84% | - |
| HSV(B) | 96.67º | 0.22% | 0.95% | - |
| XYZ | 67.12 | 80.69 | 59.61 | - |
| YUV | 225.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 188 | 0.14 | 0 | 0.22 | 0.05 | 96.67 | 0.68 | 0.84 |
| Hex | D1 | F2 | BC | E | 0 | 16 | 5 | 61 | 44 | 54 |
| Octal | 321 | 362 | 274 | 16 | 0 | 26 | 5 | 141 | 104 | 124 |
| Binary | 11010001 | 11110010 | 10111100 | 1110 | 0 | 10110 | 101 | 1100001 | 1000100 | 1010100 |
Color Harmonies of #D1F2BC
Complementary color
Monochromatic Colors of #D1F2BC
Black with #D1F2BC
Text Example
Text Example
White with #D1F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2BC; }
p { color: rgb(209,242,188); }
H1.HeaderClassName
{
color: #D1F2BC;
}
.AnyTagClassName
{
color: #D1F2BC;
}
</style>
background-color css
<style>
a { background-color: #D1F2BC; }
a { background-color: rgb(209,242,188); }
div.DivClassName
{
background-color: #D1F2BC;
}
.BgClassName
{
background-color: #D1F2BC;
}
</style>
border-color css
<style>
span { border-color: #D1F2BC; }
span { border-color: rgb(209,242,188); }
td.TdClassName
{
border-color: #D1F2BC;
}
.TagClassName
{
border-color: #D1F2BC;
}
</style>