Shades of Tea Green #D6F3C0
Tints of Tea Green #D6F3C0
RGB
CMYK
RGB Variations
Color information
#D6F3C0 (or 0xD6F3C0) is known color: Tea Green. HEX triplet: D6, F3 and C0. RGB value is (214,243,192). Sum of RGB (Red+Green+Blue) = 214+243+192=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3C0 is #290C3F. Grayscale: #E4E4E4. Windows color (decimal): -2690112 or 12645334. OLE color: 12645334.
HSL color Cylindrical-coordinate representation of color #D6F3C0: hue angle of 94.12º degrees, saturation: 0.68, 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 #D6F3C0 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 192 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.05 |
| HSL | 94.12º | 0.68% | 0.85% | - |
| HSV(B) | 94.12º | 0.21% | 0.95% | - |
| XYZ | 69.3 | 82.2 | 62.08 | - |
| YUV | 228.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 192 | 0.12 | 0 | 0.21 | 0.05 | 94.12 | 0.68 | 0.85 |
| Hex | D6 | F3 | C0 | C | 0 | 15 | 5 | 5E | 44 | 55 |
| Octal | 326 | 363 | 300 | 14 | 0 | 25 | 5 | 136 | 104 | 125 |
| Binary | 11010110 | 11110011 | 11000000 | 1100 | 0 | 10101 | 101 | 1011110 | 1000100 | 1010101 |
Color Harmonies of #D6F3C0
Complementary color
Monochromatic Colors of #D6F3C0
Black with #D6F3C0
Text Example
Text Example
White with #D6F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F3C0; }
p { color: rgb(214,243,192); }
H1.HeaderClassName
{
color: #D6F3C0;
}
.AnyTagClassName
{
color: #D6F3C0;
}
</style>
background-color css
<style>
a { background-color: #D6F3C0; }
a { background-color: rgb(214,243,192); }
div.DivClassName
{
background-color: #D6F3C0;
}
.BgClassName
{
background-color: #D6F3C0;
}
</style>
border-color css
<style>
span { border-color: #D6F3C0; }
span { border-color: rgb(214,243,192); }
td.TdClassName
{
border-color: #D6F3C0;
}
.TagClassName
{
border-color: #D6F3C0;
}
</style>