Shades of Summer Green #8BB4A0
Tints of Summer Green #8BB4A0
RGB
CMYK
RGB Variations
Color information
#8BB4A0 (or 0x8BB4A0) is known color: Summer Green. HEX triplet: 8B, B4 and A0. RGB value is (139,180,160). Sum of RGB (Red+Green+Blue) = 139+180+160=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB4A0 is #744B5F. Grayscale: #A5A5A5. Windows color (decimal): -7621472 or 10531979. OLE color: 10531979.
HSL color Cylindrical-coordinate representation of color #8BB4A0: hue angle of 150.73º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB4A0 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 160 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.29 |
| HSL | 150.73º | 0.21% | 0.63% | - |
| HSV(B) | 150.73º | 0.23% | 0.71% | - |
| XYZ | 33.31 | 40.67 | 39.35 | - |
| YUV | 165.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 160 | 0.23 | 0 | 0.11 | 0.29 | 150.73 | 0.21 | 0.63 |
| Hex | 8B | B4 | A0 | 17 | 0 | B | 1D | 97 | 15 | 3F |
| Octal | 213 | 264 | 240 | 27 | 0 | 13 | 35 | 227 | 25 | 77 |
| Binary | 10001011 | 10110100 | 10100000 | 10111 | 0 | 1011 | 11101 | 10010111 | 10101 | 111111 |
Color Harmonies of #8BB4A0
Complementary color
Monochromatic Colors of #8BB4A0
Black with #8BB4A0
Text Example
Text Example
White with #8BB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4A0; }
p { color: rgb(139,180,160); }
H1.HeaderClassName
{
color: #8BB4A0;
}
.AnyTagClassName
{
color: #8BB4A0;
}
</style>
background-color css
<style>
a { background-color: #8BB4A0; }
a { background-color: rgb(139,180,160); }
div.DivClassName
{
background-color: #8BB4A0;
}
.BgClassName
{
background-color: #8BB4A0;
}
</style>
border-color css
<style>
span { border-color: #8BB4A0; }
span { border-color: rgb(139,180,160); }
td.TdClassName
{
border-color: #8BB4A0;
}
.TagClassName
{
border-color: #8BB4A0;
}
</style>