Shades of Bay Leaf #82AB8F
Tints of Bay Leaf #82AB8F
RGB
CMYK
RGB Variations
Color information
#82AB8F (or 0x82AB8F) is known color: Bay Leaf. HEX triplet: 82, AB and 8F. RGB value is (130,171,143). Sum of RGB (Red+Green+Blue) = 130+171+143=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB8F is #7D5470. Grayscale: #9B9B9B. Windows color (decimal): -8213617 or 9415554. OLE color: 9415554.
HSL color Cylindrical-coordinate representation of color #82AB8F: hue angle of 139.02º degrees, saturation: 0.2, 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 #82AB8F is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 143 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.33 |
| HSL | 139.02º | 0.2% | 0.59% | - |
| HSV(B) | 139.02º | 0.24% | 0.67% | - |
| XYZ | 28.73 | 35.85 | 31.39 | - |
| YUV | 155.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 143 | 0.24 | 0 | 0.16 | 0.33 | 139.02 | 0.2 | 0.59 |
| Hex | 82 | AB | 8F | 18 | 0 | 10 | 21 | 8B | 14 | 3B |
| Octal | 202 | 253 | 217 | 30 | 0 | 20 | 41 | 213 | 24 | 73 |
| Binary | 10000010 | 10101011 | 10001111 | 11000 | 0 | 10000 | 100001 | 10001011 | 10100 | 111011 |
Color Harmonies of #82AB8F
Complementary color
Monochromatic Colors of #82AB8F
Black with #82AB8F
Text Example
Text Example
White with #82AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB8F; }
p { color: rgb(130,171,143); }
H1.HeaderClassName
{
color: #82AB8F;
}
.AnyTagClassName
{
color: #82AB8F;
}
</style>
background-color css
<style>
a { background-color: #82AB8F; }
a { background-color: rgb(130,171,143); }
div.DivClassName
{
background-color: #82AB8F;
}
.BgClassName
{
background-color: #82AB8F;
}
</style>
border-color css
<style>
span { border-color: #82AB8F; }
span { border-color: rgb(130,171,143); }
td.TdClassName
{
border-color: #82AB8F;
}
.TagClassName
{
border-color: #82AB8F;
}
</style>