Shades of Bay Leaf #81AA8E
Tints of Bay Leaf #81AA8E
RGB
CMYK
RGB Variations
Color information
#81AA8E (or 0x81AA8E) is known color: Bay Leaf. HEX triplet: 81, AA and 8E. RGB value is (129,170,142). Sum of RGB (Red+Green+Blue) = 129+170+142=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AA8E is #7E5571. Grayscale: #9A9A9A. Windows color (decimal): -8279410 or 9349761. OLE color: 9349761.
HSL color Cylindrical-coordinate representation of color #81AA8E: hue angle of 139.02º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81AA8E is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 142 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.33 |
| HSL | 139.02º | 0.19% | 0.59% | - |
| HSV(B) | 139.02º | 0.24% | 0.67% | - |
| XYZ | 28.31 | 35.37 | 30.93 | - |
| YUV | 154.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 142 | 0.24 | 0 | 0.16 | 0.33 | 139.02 | 0.19 | 0.59 |
| Hex | 81 | AA | 8E | 18 | 0 | 10 | 21 | 8B | 13 | 3B |
| Octal | 201 | 252 | 216 | 30 | 0 | 20 | 41 | 213 | 23 | 73 |
| Binary | 10000001 | 10101010 | 10001110 | 11000 | 0 | 10000 | 100001 | 10001011 | 10011 | 111011 |
Color Harmonies of #81AA8E
Complementary color
Monochromatic Colors of #81AA8E
Black with #81AA8E
Text Example
Text Example
White with #81AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA8E; }
p { color: rgb(129,170,142); }
H1.HeaderClassName
{
color: #81AA8E;
}
.AnyTagClassName
{
color: #81AA8E;
}
</style>
background-color css
<style>
a { background-color: #81AA8E; }
a { background-color: rgb(129,170,142); }
div.DivClassName
{
background-color: #81AA8E;
}
.BgClassName
{
background-color: #81AA8E;
}
</style>
border-color css
<style>
span { border-color: #81AA8E; }
span { border-color: rgb(129,170,142); }
td.TdClassName
{
border-color: #81AA8E;
}
.TagClassName
{
border-color: #81AA8E;
}
</style>