Shades of Tea Green #D6F2BC
Tints of Tea Green #D6F2BC
RGB
CMYK
RGB Variations
Color information
#D6F2BC (or 0xD6F2BC) is known color: Tea Green. HEX triplet: D6, F2 and BC. RGB value is (214,242,188). Sum of RGB (Red+Green+Blue) = 214+242+188=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2BC is #290D43. Grayscale: #E3E3E3. Windows color (decimal): -2690372 or 12382934. OLE color: 12382934.
HSL color Cylindrical-coordinate representation of color #D6F2BC: hue angle of 91.11º 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 #D6F2BC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 188 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.05 |
| HSL | 91.11º | 0.68% | 0.84% | - |
| HSV(B) | 91.11º | 0.22% | 0.95% | - |
| XYZ | 68.56 | 81.43 | 59.68 | - |
| YUV | 227.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 188 | 0.12 | 0 | 0.22 | 0.05 | 91.11 | 0.68 | 0.84 |
| Hex | D6 | F2 | BC | C | 0 | 16 | 5 | 5B | 44 | 54 |
| Octal | 326 | 362 | 274 | 14 | 0 | 26 | 5 | 133 | 104 | 124 |
| Binary | 11010110 | 11110010 | 10111100 | 1100 | 0 | 10110 | 101 | 1011011 | 1000100 | 1010100 |
Color Harmonies of #D6F2BC
Complementary color
Monochromatic Colors of #D6F2BC
Black with #D6F2BC
Text Example
Text Example
White with #D6F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2BC; }
p { color: rgb(214,242,188); }
H1.HeaderClassName
{
color: #D6F2BC;
}
.AnyTagClassName
{
color: #D6F2BC;
}
</style>
background-color css
<style>
a { background-color: #D6F2BC; }
a { background-color: rgb(214,242,188); }
div.DivClassName
{
background-color: #D6F2BC;
}
.BgClassName
{
background-color: #D6F2BC;
}
</style>
border-color css
<style>
span { border-color: #D6F2BC; }
span { border-color: rgb(214,242,188); }
td.TdClassName
{
border-color: #D6F2BC;
}
.TagClassName
{
border-color: #D6F2BC;
}
</style>