Shades of Tea Green #D1F2C2
Tints of Tea Green #D1F2C2
RGB
CMYK
RGB Variations
Color information
#D1F2C2 (or 0xD1F2C2) is known color: Tea Green. HEX triplet: D1, F2 and C2. RGB value is (209,242,194). Sum of RGB (Red+Green+Blue) = 209+242+194=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2C2 is #2E0D3D. Grayscale: #E2E2E2. Windows color (decimal): -3018046 or 12776145. OLE color: 12776145.
HSL color Cylindrical-coordinate representation of color #D1F2C2: hue angle of 101.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1F2C2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 194 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.05 |
| HSL | 101.25º | 0.65% | 0.85% | - |
| HSV(B) | 101.25º | 0.2% | 0.95% | - |
| XYZ | 67.78 | 80.95 | 63.09 | - |
| YUV | 226.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 194 | 0.14 | 0 | 0.20 | 0.05 | 101.25 | 0.65 | 0.85 |
| Hex | D1 | F2 | C2 | E | 0 | 14 | 5 | 65 | 41 | 55 |
| Octal | 321 | 362 | 302 | 16 | 0 | 24 | 5 | 145 | 101 | 125 |
| Binary | 11010001 | 11110010 | 11000010 | 1110 | 0 | 10100 | 101 | 1100101 | 1000001 | 1010101 |
Color Harmonies of #D1F2C2
Complementary color
Monochromatic Colors of #D1F2C2
Black with #D1F2C2
Text Example
Text Example
White with #D1F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2C2; }
p { color: rgb(209,242,194); }
H1.HeaderClassName
{
color: #D1F2C2;
}
.AnyTagClassName
{
color: #D1F2C2;
}
</style>
background-color css
<style>
a { background-color: #D1F2C2; }
a { background-color: rgb(209,242,194); }
div.DivClassName
{
background-color: #D1F2C2;
}
.BgClassName
{
background-color: #D1F2C2;
}
</style>
border-color css
<style>
span { border-color: #D1F2C2; }
span { border-color: rgb(209,242,194); }
td.TdClassName
{
border-color: #D1F2C2;
}
.TagClassName
{
border-color: #D1F2C2;
}
</style>