Shades of Bay Leaf #80A88A
Tints of Bay Leaf #80A88A
RGB
CMYK
RGB Variations
Color information
#80A88A (or 0x80A88A) is known color: Bay Leaf. HEX triplet: 80, A8 and 8A. RGB value is (128,168,138). Sum of RGB (Red+Green+Blue) = 128+168+138=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 168 - color contains mainly: green. Hex color #80A88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A88A is #7F5775. Grayscale: #989898. Windows color (decimal): -8345462 or 9087104. OLE color: 9087104.
HSL color Cylindrical-coordinate representation of color #80A88A: hue angle of 135º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A88A is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 138 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.34 |
| HSL | 135º | 0.19% | 0.58% | - |
| HSV(B) | 135º | 0.24% | 0.66% | - |
| XYZ | 27.49 | 34.43 | 29.24 | - |
| YUV | 152.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 138 | 0.24 | 0 | 0.18 | 0.34 | 135 | 0.19 | 0.58 |
| Hex | 80 | A8 | 8A | 18 | 0 | 12 | 22 | 87 | 13 | 3A |
| Octal | 200 | 250 | 212 | 30 | 0 | 22 | 42 | 207 | 23 | 72 |
| Binary | 10000000 | 10101000 | 10001010 | 11000 | 0 | 10010 | 100010 | 10000111 | 10011 | 111010 |
Color Harmonies of #80A88A
Complementary color
Monochromatic Colors of #80A88A
Black with #80A88A
Text Example
Text Example
White with #80A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A88A; }
p { color: rgb(128,168,138); }
H1.HeaderClassName
{
color: #80A88A;
}
.AnyTagClassName
{
color: #80A88A;
}
</style>
background-color css
<style>
a { background-color: #80A88A; }
a { background-color: rgb(128,168,138); }
div.DivClassName
{
background-color: #80A88A;
}
.BgClassName
{
background-color: #80A88A;
}
</style>
border-color css
<style>
span { border-color: #80A88A; }
span { border-color: rgb(128,168,138); }
td.TdClassName
{
border-color: #80A88A;
}
.TagClassName
{
border-color: #80A88A;
}
</style>