Shades of Summer Green #8BAE96
Tints of Summer Green #8BAE96
RGB
CMYK
RGB Variations
Color information
#8BAE96 (or 0x8BAE96) is known color: Summer Green. HEX triplet: 8B, AE and 96. RGB value is (139,174,150). Sum of RGB (Red+Green+Blue) = 139+174+150=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE96 is #745169. Grayscale: #A0A0A0. Windows color (decimal): -7623018 or 9875083. OLE color: 9875083.
HSL color Cylindrical-coordinate representation of color #8BAE96: hue angle of 138.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAE96 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 150 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.32 |
| HSL | 138.86º | 0.18% | 0.61% | - |
| HSV(B) | 138.86º | 0.2% | 0.68% | - |
| XYZ | 31.29 | 37.96 | 34.53 | - |
| YUV | 160.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 150 | 0.20 | 0 | 0.14 | 0.32 | 138.86 | 0.18 | 0.61 |
| Hex | 8B | AE | 96 | 14 | 0 | E | 20 | 8B | 12 | 3D |
| Octal | 213 | 256 | 226 | 24 | 0 | 16 | 40 | 213 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10010110 | 10100 | 0 | 1110 | 100000 | 10001011 | 10010 | 111101 |
Color Harmonies of #8BAE96
Complementary color
Monochromatic Colors of #8BAE96
Black with #8BAE96
Text Example
Text Example
White with #8BAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE96; }
p { color: rgb(139,174,150); }
H1.HeaderClassName
{
color: #8BAE96;
}
.AnyTagClassName
{
color: #8BAE96;
}
</style>
background-color css
<style>
a { background-color: #8BAE96; }
a { background-color: rgb(139,174,150); }
div.DivClassName
{
background-color: #8BAE96;
}
.BgClassName
{
background-color: #8BAE96;
}
</style>
border-color css
<style>
span { border-color: #8BAE96; }
span { border-color: rgb(139,174,150); }
td.TdClassName
{
border-color: #8BAE96;
}
.TagClassName
{
border-color: #8BAE96;
}
</style>