Shades of Tea Green #D6F2B4
Tints of Tea Green #D6F2B4
RGB
CMYK
RGB Variations
Color information
#D6F2B4 (or 0xD6F2B4) is known color: Tea Green. HEX triplet: D6, F2 and B4. RGB value is (214,242,180). Sum of RGB (Red+Green+Blue) = 214+242+180=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2B4 is #290D4B. Grayscale: #E2E2E2. Windows color (decimal): -2690380 or 11858646. OLE color: 11858646.
HSL color Cylindrical-coordinate representation of color #D6F2B4: hue angle of 87.1º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6F2B4 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 180 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.05 |
| HSL | 87.1º | 0.7% | 0.83% | - |
| HSV(B) | 87.1º | 0.26% | 0.95% | - |
| XYZ | 67.72 | 81.1 | 55.26 | - |
| YUV | 226.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 180 | 0.12 | 0 | 0.26 | 0.05 | 87.1 | 0.7 | 0.83 |
| Hex | D6 | F2 | B4 | C | 0 | 1A | 5 | 57 | 46 | 53 |
| Octal | 326 | 362 | 264 | 14 | 0 | 32 | 5 | 127 | 106 | 123 |
| Binary | 11010110 | 11110010 | 10110100 | 1100 | 0 | 11010 | 101 | 1010111 | 1000110 | 1010011 |
Color Harmonies of #D6F2B4
Complementary color
Monochromatic Colors of #D6F2B4
Black with #D6F2B4
Text Example
Text Example
White with #D6F2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2B4; }
p { color: rgb(214,242,180); }
H1.HeaderClassName
{
color: #D6F2B4;
}
.AnyTagClassName
{
color: #D6F2B4;
}
</style>
background-color css
<style>
a { background-color: #D6F2B4; }
a { background-color: rgb(214,242,180); }
div.DivClassName
{
background-color: #D6F2B4;
}
.BgClassName
{
background-color: #D6F2B4;
}
</style>
border-color css
<style>
span { border-color: #D6F2B4; }
span { border-color: rgb(214,242,180); }
td.TdClassName
{
border-color: #D6F2B4;
}
.TagClassName
{
border-color: #D6F2B4;
}
</style>