Shades of Bay Leaf #80B08D
Tints of Bay Leaf #80B08D
RGB
CMYK
RGB Variations
Color information
#80B08D (or 0x80B08D) is known color: Bay Leaf. HEX triplet: 80, B0 and 8D. RGB value is (128,176,141). Sum of RGB (Red+Green+Blue) = 128+176+141=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #80B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B08D is #7F4F72. Grayscale: #9D9D9D. Windows color (decimal): -8343411 or 9285760. OLE color: 9285760.
HSL color Cylindrical-coordinate representation of color #80B08D: hue angle of 136.25º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80B08D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 176 | 141 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.31 |
| HSL | 136.25º | 0.23% | 0.6% | - |
| HSV(B) | 136.25º | 0.27% | 0.69% | - |
| XYZ | 29.24 | 37.56 | 30.91 | - |
| YUV | 157.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 141 | 0.27 | 0 | 0.20 | 0.31 | 136.25 | 0.23 | 0.6 |
| Hex | 80 | B0 | 8D | 1B | 0 | 14 | 1F | 88 | 17 | 3C |
| Octal | 200 | 260 | 215 | 33 | 0 | 24 | 37 | 210 | 27 | 74 |
| Binary | 10000000 | 10110000 | 10001101 | 11011 | 0 | 10100 | 11111 | 10001000 | 10111 | 111100 |
Color Harmonies of #80B08D
Complementary color
Monochromatic Colors of #80B08D
Black with #80B08D
Text Example
Text Example
White with #80B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B08D; }
p { color: rgb(128,176,141); }
H1.HeaderClassName
{
color: #80B08D;
}
.AnyTagClassName
{
color: #80B08D;
}
</style>
background-color css
<style>
a { background-color: #80B08D; }
a { background-color: rgb(128,176,141); }
div.DivClassName
{
background-color: #80B08D;
}
.BgClassName
{
background-color: #80B08D;
}
</style>
border-color css
<style>
span { border-color: #80B08D; }
span { border-color: rgb(128,176,141); }
td.TdClassName
{
border-color: #80B08D;
}
.TagClassName
{
border-color: #80B08D;
}
</style>