Shades of Bay Leaf #80AD8E
Tints of Bay Leaf #80AD8E
RGB
CMYK
RGB Variations
Color information
#80AD8E (or 0x80AD8E) is known color: Bay Leaf. HEX triplet: 80, AD and 8E. RGB value is (128,173,142). Sum of RGB (Red+Green+Blue) = 128+173+142=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD8E is #7F5271. Grayscale: #9C9C9C. Windows color (decimal): -8344178 or 9350528. OLE color: 9350528.
HSL color Cylindrical-coordinate representation of color #80AD8E: hue angle of 138.67º 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 #80AD8E is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 142 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.32 |
| HSL | 138.67º | 0.22% | 0.59% | - |
| HSV(B) | 138.67º | 0.26% | 0.68% | - |
| XYZ | 28.73 | 36.43 | 31.11 | - |
| YUV | 156.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 142 | 0.26 | 0 | 0.18 | 0.32 | 138.67 | 0.22 | 0.59 |
| Hex | 80 | AD | 8E | 1A | 0 | 12 | 20 | 8B | 16 | 3B |
| Octal | 200 | 255 | 216 | 32 | 0 | 22 | 40 | 213 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10001110 | 11010 | 0 | 10010 | 100000 | 10001011 | 10110 | 111011 |
Color Harmonies of #80AD8E
Complementary color
Monochromatic Colors of #80AD8E
Black with #80AD8E
Text Example
Text Example
White with #80AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD8E; }
p { color: rgb(128,173,142); }
H1.HeaderClassName
{
color: #80AD8E;
}
.AnyTagClassName
{
color: #80AD8E;
}
</style>
background-color css
<style>
a { background-color: #80AD8E; }
a { background-color: rgb(128,173,142); }
div.DivClassName
{
background-color: #80AD8E;
}
.BgClassName
{
background-color: #80AD8E;
}
</style>
border-color css
<style>
span { border-color: #80AD8E; }
span { border-color: rgb(128,173,142); }
td.TdClassName
{
border-color: #80AD8E;
}
.TagClassName
{
border-color: #80AD8E;
}
</style>