Shades of Summer Green #8BB6A1
Tints of Summer Green #8BB6A1
RGB
CMYK
RGB Variations
Color information
#8BB6A1 (or 0x8BB6A1) is known color: Summer Green. HEX triplet: 8B, B6 and A1. RGB value is (139,182,161). Sum of RGB (Red+Green+Blue) = 139+182+161=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB6A1 is #74495E. Grayscale: #A6A6A6. Windows color (decimal): -7620959 or 10598027. OLE color: 10598027.
HSL color Cylindrical-coordinate representation of color #8BB6A1: hue angle of 150.7º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB6A1 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 161 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.29 |
| HSL | 150.7º | 0.23% | 0.63% | - |
| HSV(B) | 150.7º | 0.24% | 0.71% | - |
| XYZ | 33.81 | 41.52 | 39.95 | - |
| YUV | 166.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 161 | 0.24 | 0 | 0.12 | 0.29 | 150.7 | 0.23 | 0.63 |
| Hex | 8B | B6 | A1 | 18 | 0 | C | 1D | 97 | 17 | 3F |
| Octal | 213 | 266 | 241 | 30 | 0 | 14 | 35 | 227 | 27 | 77 |
| Binary | 10001011 | 10110110 | 10100001 | 11000 | 0 | 1100 | 11101 | 10010111 | 10111 | 111111 |
Color Harmonies of #8BB6A1
Complementary color
Monochromatic Colors of #8BB6A1
Black with #8BB6A1
Text Example
Text Example
White with #8BB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB6A1; }
p { color: rgb(139,182,161); }
H1.HeaderClassName
{
color: #8BB6A1;
}
.AnyTagClassName
{
color: #8BB6A1;
}
</style>
background-color css
<style>
a { background-color: #8BB6A1; }
a { background-color: rgb(139,182,161); }
div.DivClassName
{
background-color: #8BB6A1;
}
.BgClassName
{
background-color: #8BB6A1;
}
</style>
border-color css
<style>
span { border-color: #8BB6A1; }
span { border-color: rgb(139,182,161); }
td.TdClassName
{
border-color: #8BB6A1;
}
.TagClassName
{
border-color: #8BB6A1;
}
</style>