Shades of Tea Green #D6FFBD
Tints of Tea Green #D6FFBD
RGB
CMYK
RGB Variations
Color information
#D6FFBD (or 0xD6FFBD) is known color: Tea Green. HEX triplet: D6, FF and BD. RGB value is (214,255,189). Sum of RGB (Red+Green+Blue) = 214+255+189=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFBD is #290042. Grayscale: #EBEBEB. Windows color (decimal): -2687043 or 12451798. OLE color: 12451798.
HSL color Cylindrical-coordinate representation of color #D6FFBD: hue angle of 97.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6FFBD is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 189 | - |
| CMYK | 0.16 | 0 | 0.26 | 0 |
| HSL | 97.27º | 1% | 0.87% | - |
| HSV(B) | 97.27º | 0.26% | 1% | - |
| XYZ | 72.68 | 89.49 | 61.59 | - |
| YUV | 235.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 189 | 0.16 | 0 | 0.26 | 0 | 97.27 | 1 | 0.87 |
| Hex | D6 | FF | BD | 10 | 0 | 1A | 0 | 61 | 64 | 57 |
| Octal | 326 | 377 | 275 | 20 | 0 | 32 | 0 | 141 | 144 | 127 |
| Binary | 11010110 | 11111111 | 10111101 | 10000 | 0 | 11010 | 0 | 1100001 | 1100100 | 1010111 |
Color Harmonies of #D6FFBD
Complementary color
Monochromatic Colors of #D6FFBD
Black with #D6FFBD
Text Example
Text Example
White with #D6FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFBD; }
p { color: rgb(214,255,189); }
H1.HeaderClassName
{
color: #D6FFBD;
}
.AnyTagClassName
{
color: #D6FFBD;
}
</style>
background-color css
<style>
a { background-color: #D6FFBD; }
a { background-color: rgb(214,255,189); }
div.DivClassName
{
background-color: #D6FFBD;
}
.BgClassName
{
background-color: #D6FFBD;
}
</style>
border-color css
<style>
span { border-color: #D6FFBD; }
span { border-color: rgb(214,255,189); }
td.TdClassName
{
border-color: #D6FFBD;
}
.TagClassName
{
border-color: #D6FFBD;
}
</style>