Shades of Bay Leaf #80AE8C
Tints of Bay Leaf #80AE8C
RGB
CMYK
RGB Variations
Color information
#80AE8C (or 0x80AE8C) is known color: Bay Leaf. HEX triplet: 80, AE and 8C. RGB value is (128,174,140). Sum of RGB (Red+Green+Blue) = 128+174+140=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AE8C is #7F5173. Grayscale: #9C9C9C. Windows color (decimal): -8343924 or 9219712. OLE color: 9219712.
HSL color Cylindrical-coordinate representation of color #80AE8C: hue angle of 135.65º 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 #80AE8C is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 140 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.32 |
| HSL | 135.65º | 0.22% | 0.59% | - |
| HSV(B) | 135.65º | 0.26% | 0.68% | - |
| XYZ | 28.77 | 36.75 | 30.39 | - |
| YUV | 156.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 140 | 0.26 | 0 | 0.20 | 0.32 | 135.65 | 0.22 | 0.59 |
| Hex | 80 | AE | 8C | 1A | 0 | 14 | 20 | 88 | 16 | 3B |
| Octal | 200 | 256 | 214 | 32 | 0 | 24 | 40 | 210 | 26 | 73 |
| Binary | 10000000 | 10101110 | 10001100 | 11010 | 0 | 10100 | 100000 | 10001000 | 10110 | 111011 |
Color Harmonies of #80AE8C
Complementary color
Monochromatic Colors of #80AE8C
Black with #80AE8C
Text Example
Text Example
White with #80AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE8C; }
p { color: rgb(128,174,140); }
H1.HeaderClassName
{
color: #80AE8C;
}
.AnyTagClassName
{
color: #80AE8C;
}
</style>
background-color css
<style>
a { background-color: #80AE8C; }
a { background-color: rgb(128,174,140); }
div.DivClassName
{
background-color: #80AE8C;
}
.BgClassName
{
background-color: #80AE8C;
}
</style>
border-color css
<style>
span { border-color: #80AE8C; }
span { border-color: rgb(128,174,140); }
td.TdClassName
{
border-color: #80AE8C;
}
.TagClassName
{
border-color: #80AE8C;
}
</style>