Shades of Tea Green #D1F2C5
Tints of Tea Green #D1F2C5
RGB
CMYK
RGB Variations
Color information
#D1F2C5 (or 0xD1F2C5) is known color: Tea Green. HEX triplet: D1, F2 and C5. RGB value is (209,242,197). Sum of RGB (Red+Green+Blue) = 209+242+197=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2C5 is #2E0D3A. Grayscale: #E3E3E3. Windows color (decimal): -3018043 or 12972753. OLE color: 12972753.
HSL color Cylindrical-coordinate representation of color #D1F2C5: hue angle of 104º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1F2C5 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 197 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.05 |
| HSL | 104º | 0.63% | 0.86% | - |
| HSV(B) | 104º | 0.19% | 0.95% | - |
| XYZ | 68.12 | 81.09 | 64.88 | - |
| YUV | 227 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 197 | 0.14 | 0 | 0.19 | 0.05 | 104 | 0.63 | 0.86 |
| Hex | D1 | F2 | C5 | E | 0 | 13 | 5 | 68 | 3F | 56 |
| Octal | 321 | 362 | 305 | 16 | 0 | 23 | 5 | 150 | 77 | 126 |
| Binary | 11010001 | 11110010 | 11000101 | 1110 | 0 | 10011 | 101 | 1101000 | 111111 | 1010110 |
Color Harmonies of #D1F2C5
Complementary color
Monochromatic Colors of #D1F2C5
Black with #D1F2C5
Text Example
Text Example
White with #D1F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2C5; }
p { color: rgb(209,242,197); }
H1.HeaderClassName
{
color: #D1F2C5;
}
.AnyTagClassName
{
color: #D1F2C5;
}
</style>
background-color css
<style>
a { background-color: #D1F2C5; }
a { background-color: rgb(209,242,197); }
div.DivClassName
{
background-color: #D1F2C5;
}
.BgClassName
{
background-color: #D1F2C5;
}
</style>
border-color css
<style>
span { border-color: #D1F2C5; }
span { border-color: rgb(209,242,197); }
td.TdClassName
{
border-color: #D1F2C5;
}
.TagClassName
{
border-color: #D1F2C5;
}
</style>