Shades of Bay Leaf #80A08A
Tints of Bay Leaf #80A08A
RGB
CMYK
RGB Variations
Color information
#80A08A (or 0x80A08A) is known color: Bay Leaf. HEX triplet: 80, A0 and 8A. RGB value is (128,160,138). Sum of RGB (Red+Green+Blue) = 128+160+138=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #80A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A08A is #7F5F75. Grayscale: #939393. Windows color (decimal): -8347510 or 9085056. OLE color: 9085056.
HSL color Cylindrical-coordinate representation of color #80A08A: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A08A is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 138 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.37 |
| HSL | 138.75º | 0.14% | 0.56% | - |
| HSV(B) | 138.75º | 0.2% | 0.63% | - |
| XYZ | 26.06 | 31.57 | 28.76 | - |
| YUV | 147.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 138 | 0.20 | 0 | 0.14 | 0.37 | 138.75 | 0.14 | 0.56 |
| Hex | 80 | A0 | 8A | 14 | 0 | E | 25 | 8B | E | 38 |
| Octal | 200 | 240 | 212 | 24 | 0 | 16 | 45 | 213 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10001010 | 10100 | 0 | 1110 | 100101 | 10001011 | 1110 | 111000 |
Color Harmonies of #80A08A
Complementary color
Monochromatic Colors of #80A08A
Black with #80A08A
Text Example
Text Example
White with #80A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A08A; }
p { color: rgb(128,160,138); }
H1.HeaderClassName
{
color: #80A08A;
}
.AnyTagClassName
{
color: #80A08A;
}
</style>
background-color css
<style>
a { background-color: #80A08A; }
a { background-color: rgb(128,160,138); }
div.DivClassName
{
background-color: #80A08A;
}
.BgClassName
{
background-color: #80A08A;
}
</style>
border-color css
<style>
span { border-color: #80A08A; }
span { border-color: rgb(128,160,138); }
td.TdClassName
{
border-color: #80A08A;
}
.TagClassName
{
border-color: #80A08A;
}
</style>