Shades of Bay Leaf #80AD8F
Tints of Bay Leaf #80AD8F
RGB
CMYK
RGB Variations
Color information
#80AD8F (or 0x80AD8F) is known color: Bay Leaf. HEX triplet: 80, AD and 8F. RGB value is (128,173,143). Sum of RGB (Red+Green+Blue) = 128+173+143=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD8F is #7F5270. Grayscale: #9C9C9C. Windows color (decimal): -8344177 or 9416064. OLE color: 9416064.
HSL color Cylindrical-coordinate representation of color #80AD8F: hue angle of 140º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD8F is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 143 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.32 |
| HSL | 140º | 0.22% | 0.59% | - |
| HSV(B) | 140º | 0.26% | 0.68% | - |
| XYZ | 28.8 | 36.46 | 31.51 | - |
| YUV | 156.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 143 | 0.26 | 0 | 0.17 | 0.32 | 140 | 0.22 | 0.59 |
| Hex | 80 | AD | 8F | 1A | 0 | 11 | 20 | 8C | 16 | 3B |
| Octal | 200 | 255 | 217 | 32 | 0 | 21 | 40 | 214 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10001111 | 11010 | 0 | 10001 | 100000 | 10001100 | 10110 | 111011 |
Color Harmonies of #80AD8F
Complementary color
Monochromatic Colors of #80AD8F
Black with #80AD8F
Text Example
Text Example
White with #80AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD8F; }
p { color: rgb(128,173,143); }
H1.HeaderClassName
{
color: #80AD8F;
}
.AnyTagClassName
{
color: #80AD8F;
}
</style>
background-color css
<style>
a { background-color: #80AD8F; }
a { background-color: rgb(128,173,143); }
div.DivClassName
{
background-color: #80AD8F;
}
.BgClassName
{
background-color: #80AD8F;
}
</style>
border-color css
<style>
span { border-color: #80AD8F; }
span { border-color: rgb(128,173,143); }
td.TdClassName
{
border-color: #80AD8F;
}
.TagClassName
{
border-color: #80AD8F;
}
</style>