Shades of Bay Leaf #80B888
Tints of Bay Leaf #80B888
RGB
CMYK
RGB Variations
Color information
#80B888 (or 0x80B888) is known color: Bay Leaf. HEX triplet: 80, B8 and 88. RGB value is (128,184,136). Sum of RGB (Red+Green+Blue) = 128+184+136=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #80B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B888 is #7F4777. Grayscale: #A1A1A1. Windows color (decimal): -8341368 or 8960128. OLE color: 8960128.
HSL color Cylindrical-coordinate representation of color #80B888: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B888 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 136 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.28 |
| HSL | 128.57º | 0.28% | 0.61% | - |
| HSV(B) | 128.57º | 0.3% | 0.72% | - |
| XYZ | 30.49 | 40.65 | 29.53 | - |
| YUV | 161.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 136 | 0.30 | 0 | 0.26 | 0.28 | 128.57 | 0.28 | 0.61 |
| Hex | 80 | B8 | 88 | 1E | 0 | 1A | 1C | 81 | 1C | 3D |
| Octal | 200 | 270 | 210 | 36 | 0 | 32 | 34 | 201 | 34 | 75 |
| Binary | 10000000 | 10111000 | 10001000 | 11110 | 0 | 11010 | 11100 | 10000001 | 11100 | 111101 |
Color Harmonies of #80B888
Complementary color
Monochromatic Colors of #80B888
Black with #80B888
Text Example
Text Example
White with #80B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B888; }
p { color: rgb(128,184,136); }
H1.HeaderClassName
{
color: #80B888;
}
.AnyTagClassName
{
color: #80B888;
}
</style>
background-color css
<style>
a { background-color: #80B888; }
a { background-color: rgb(128,184,136); }
div.DivClassName
{
background-color: #80B888;
}
.BgClassName
{
background-color: #80B888;
}
</style>
border-color css
<style>
span { border-color: #80B888; }
span { border-color: rgb(128,184,136); }
td.TdClassName
{
border-color: #80B888;
}
.TagClassName
{
border-color: #80B888;
}
</style>