Shades of Bay Leaf #82A08D
Tints of Bay Leaf #82A08D
RGB
CMYK
RGB Variations
Color information
#82A08D (or 0x82A08D) is known color: Bay Leaf. HEX triplet: 82, A0 and 8D. RGB value is (130,160,141). Sum of RGB (Red+Green+Blue) = 130+160+141=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #82A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A08D is #7D5F72. Grayscale: #949494. Windows color (decimal): -8216435 or 9281666. OLE color: 9281666.
HSL color Cylindrical-coordinate representation of color #82A08D: hue angle of 142º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A08D is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 141 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.37 |
| HSL | 142º | 0.14% | 0.57% | - |
| HSV(B) | 142º | 0.19% | 0.63% | - |
| XYZ | 26.58 | 31.81 | 29.94 | - |
| YUV | 148.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 141 | 0.19 | 0 | 0.12 | 0.37 | 142 | 0.14 | 0.57 |
| Hex | 82 | A0 | 8D | 13 | 0 | C | 25 | 8E | E | 39 |
| Octal | 202 | 240 | 215 | 23 | 0 | 14 | 45 | 216 | 16 | 71 |
| Binary | 10000010 | 10100000 | 10001101 | 10011 | 0 | 1100 | 100101 | 10001110 | 1110 | 111001 |
Color Harmonies of #82A08D
Complementary color
Monochromatic Colors of #82A08D
Black with #82A08D
Text Example
Text Example
White with #82A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A08D; }
p { color: rgb(130,160,141); }
H1.HeaderClassName
{
color: #82A08D;
}
.AnyTagClassName
{
color: #82A08D;
}
</style>
background-color css
<style>
a { background-color: #82A08D; }
a { background-color: rgb(130,160,141); }
div.DivClassName
{
background-color: #82A08D;
}
.BgClassName
{
background-color: #82A08D;
}
</style>
border-color css
<style>
span { border-color: #82A08D; }
span { border-color: rgb(130,160,141); }
td.TdClassName
{
border-color: #82A08D;
}
.TagClassName
{
border-color: #82A08D;
}
</style>