Shades of Summer Green #8BBBA0
Tints of Summer Green #8BBBA0
RGB
CMYK
RGB Variations
Color information
#8BBBA0 (or 0x8BBBA0) is known color: Summer Green. HEX triplet: 8B, BB and A0. RGB value is (139,187,160). Sum of RGB (Red+Green+Blue) = 139+187+160=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBBA0 is #74445F. Grayscale: #A9A9A9. Windows color (decimal): -7619680 or 10533771. OLE color: 10533771.
HSL color Cylindrical-coordinate representation of color #8BBBA0: hue angle of 146.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBBA0 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 160 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.27 |
| HSL | 146.25º | 0.26% | 0.64% | - |
| HSV(B) | 146.25º | 0.26% | 0.73% | - |
| XYZ | 34.76 | 43.57 | 39.83 | - |
| YUV | 169.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 160 | 0.26 | 0 | 0.14 | 0.27 | 146.25 | 0.26 | 0.64 |
| Hex | 8B | BB | A0 | 1A | 0 | E | 1B | 92 | 1A | 40 |
| Octal | 213 | 273 | 240 | 32 | 0 | 16 | 33 | 222 | 32 | 100 |
| Binary | 10001011 | 10111011 | 10100000 | 11010 | 0 | 1110 | 11011 | 10010010 | 11010 | 1000000 |
Color Harmonies of #8BBBA0
Complementary color
Monochromatic Colors of #8BBBA0
Black with #8BBBA0
Text Example
Text Example
White with #8BBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBA0; }
p { color: rgb(139,187,160); }
H1.HeaderClassName
{
color: #8BBBA0;
}
.AnyTagClassName
{
color: #8BBBA0;
}
</style>
background-color css
<style>
a { background-color: #8BBBA0; }
a { background-color: rgb(139,187,160); }
div.DivClassName
{
background-color: #8BBBA0;
}
.BgClassName
{
background-color: #8BBBA0;
}
</style>
border-color css
<style>
span { border-color: #8BBBA0; }
span { border-color: rgb(139,187,160); }
td.TdClassName
{
border-color: #8BBBA0;
}
.TagClassName
{
border-color: #8BBBA0;
}
</style>