Shades of Summer Green #8BAE9A
Tints of Summer Green #8BAE9A
RGB
CMYK
RGB Variations
Color information
#8BAE9A (or 0x8BAE9A) is known color: Summer Green. HEX triplet: 8B, AE and 9A. RGB value is (139,174,154). Sum of RGB (Red+Green+Blue) = 139+174+154=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE9A is #745165. Grayscale: #A1A1A1. Windows color (decimal): -7623014 or 10137227. OLE color: 10137227.
HSL color Cylindrical-coordinate representation of color #8BAE9A: hue angle of 145.71º 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 #8BAE9A is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 154 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.32 |
| HSL | 145.71º | 0.18% | 0.61% | - |
| HSV(B) | 145.71º | 0.2% | 0.68% | - |
| XYZ | 31.62 | 38.09 | 36.26 | - |
| YUV | 161.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 154 | 0.20 | 0 | 0.11 | 0.32 | 145.71 | 0.18 | 0.61 |
| Hex | 8B | AE | 9A | 14 | 0 | B | 20 | 92 | 12 | 3D |
| Octal | 213 | 256 | 232 | 24 | 0 | 13 | 40 | 222 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10011010 | 10100 | 0 | 1011 | 100000 | 10010010 | 10010 | 111101 |
Color Harmonies of #8BAE9A
Complementary color
Monochromatic Colors of #8BAE9A
Black with #8BAE9A
Text Example
Text Example
White with #8BAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE9A; }
p { color: rgb(139,174,154); }
H1.HeaderClassName
{
color: #8BAE9A;
}
.AnyTagClassName
{
color: #8BAE9A;
}
</style>
background-color css
<style>
a { background-color: #8BAE9A; }
a { background-color: rgb(139,174,154); }
div.DivClassName
{
background-color: #8BAE9A;
}
.BgClassName
{
background-color: #8BAE9A;
}
</style>
border-color css
<style>
span { border-color: #8BAE9A; }
span { border-color: rgb(139,174,154); }
td.TdClassName
{
border-color: #8BAE9A;
}
.TagClassName
{
border-color: #8BAE9A;
}
</style>