Shades of Tea Green #D6F2BE
Tints of Tea Green #D6F2BE
RGB
CMYK
RGB Variations
Color information
#D6F2BE (or 0xD6F2BE) is known color: Tea Green. HEX triplet: D6, F2 and BE. RGB value is (214,242,190). Sum of RGB (Red+Green+Blue) = 214+242+190=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2BE is #290D41. Grayscale: #E3E3E3. Windows color (decimal): -2690370 or 12514006. OLE color: 12514006.
HSL color Cylindrical-coordinate representation of color #D6F2BE: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6F2BE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 190 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.05 |
| HSL | 92.31º | 0.67% | 0.85% | - |
| HSV(B) | 92.31º | 0.21% | 0.95% | - |
| XYZ | 68.78 | 81.52 | 60.82 | - |
| YUV | 227.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 190 | 0.12 | 0 | 0.21 | 0.05 | 92.31 | 0.67 | 0.85 |
| Hex | D6 | F2 | BE | C | 0 | 15 | 5 | 5C | 43 | 55 |
| Octal | 326 | 362 | 276 | 14 | 0 | 25 | 5 | 134 | 103 | 125 |
| Binary | 11010110 | 11110010 | 10111110 | 1100 | 0 | 10101 | 101 | 1011100 | 1000011 | 1010101 |
Color Harmonies of #D6F2BE
Complementary color
Monochromatic Colors of #D6F2BE
Black with #D6F2BE
Text Example
Text Example
White with #D6F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2BE; }
p { color: rgb(214,242,190); }
H1.HeaderClassName
{
color: #D6F2BE;
}
.AnyTagClassName
{
color: #D6F2BE;
}
</style>
background-color css
<style>
a { background-color: #D6F2BE; }
a { background-color: rgb(214,242,190); }
div.DivClassName
{
background-color: #D6F2BE;
}
.BgClassName
{
background-color: #D6F2BE;
}
</style>
border-color css
<style>
span { border-color: #D6F2BE; }
span { border-color: rgb(214,242,190); }
td.TdClassName
{
border-color: #D6F2BE;
}
.TagClassName
{
border-color: #D6F2BE;
}
</style>