Shades of Bay Leaf #80AB8B
Tints of Bay Leaf #80AB8B
RGB
CMYK
RGB Variations
Color information
#80AB8B (or 0x80AB8B) is known color: Bay Leaf. HEX triplet: 80, AB and 8B. RGB value is (128,171,139). Sum of RGB (Red+Green+Blue) = 128+171+139=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB8B is #7F5474. Grayscale: #9A9A9A. Windows color (decimal): -8344693 or 9153408. OLE color: 9153408.
HSL color Cylindrical-coordinate representation of color #80AB8B: hue angle of 135.35º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AB8B is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 139 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.33 |
| HSL | 135.35º | 0.2% | 0.59% | - |
| HSV(B) | 135.35º | 0.25% | 0.67% | - |
| XYZ | 28.13 | 35.58 | 29.81 | - |
| YUV | 154.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 139 | 0.25 | 0 | 0.19 | 0.33 | 135.35 | 0.2 | 0.59 |
| Hex | 80 | AB | 8B | 19 | 0 | 13 | 21 | 87 | 14 | 3B |
| Octal | 200 | 253 | 213 | 31 | 0 | 23 | 41 | 207 | 24 | 73 |
| Binary | 10000000 | 10101011 | 10001011 | 11001 | 0 | 10011 | 100001 | 10000111 | 10100 | 111011 |
Color Harmonies of #80AB8B
Complementary color
Monochromatic Colors of #80AB8B
Black with #80AB8B
Text Example
Text Example
White with #80AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB8B; }
p { color: rgb(128,171,139); }
H1.HeaderClassName
{
color: #80AB8B;
}
.AnyTagClassName
{
color: #80AB8B;
}
</style>
background-color css
<style>
a { background-color: #80AB8B; }
a { background-color: rgb(128,171,139); }
div.DivClassName
{
background-color: #80AB8B;
}
.BgClassName
{
background-color: #80AB8B;
}
</style>
border-color css
<style>
span { border-color: #80AB8B; }
span { border-color: rgb(128,171,139); }
td.TdClassName
{
border-color: #80AB8B;
}
.TagClassName
{
border-color: #80AB8B;
}
</style>