Shades of Summer Green #8ABBA1
Tints of Summer Green #8ABBA1
RGB
CMYK
RGB Variations
Color information
#8ABBA1 (or 0x8ABBA1) is known color: Summer Green. HEX triplet: 8A, BB and A1. RGB value is (138,187,161). Sum of RGB (Red+Green+Blue) = 138+187+161=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABBA1 is #75445E. Grayscale: #A9A9A9. Windows color (decimal): -7685215 or 10599306. OLE color: 10599306.
HSL color Cylindrical-coordinate representation of color #8ABBA1: hue angle of 148.16º 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 #8ABBA1 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 161 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.27 |
| HSL | 148.16º | 0.26% | 0.64% | - |
| HSV(B) | 148.16º | 0.26% | 0.73% | - |
| XYZ | 34.68 | 43.52 | 40.29 | - |
| YUV | 169.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 161 | 0.26 | 0 | 0.14 | 0.27 | 148.16 | 0.26 | 0.64 |
| Hex | 8A | BB | A1 | 1A | 0 | E | 1B | 94 | 1A | 40 |
| Octal | 212 | 273 | 241 | 32 | 0 | 16 | 33 | 224 | 32 | 100 |
| Binary | 10001010 | 10111011 | 10100001 | 11010 | 0 | 1110 | 11011 | 10010100 | 11010 | 1000000 |
Color Harmonies of #8ABBA1
Complementary color
Monochromatic Colors of #8ABBA1
Black with #8ABBA1
Text Example
Text Example
White with #8ABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBA1; }
p { color: rgb(138,187,161); }
H1.HeaderClassName
{
color: #8ABBA1;
}
.AnyTagClassName
{
color: #8ABBA1;
}
</style>
background-color css
<style>
a { background-color: #8ABBA1; }
a { background-color: rgb(138,187,161); }
div.DivClassName
{
background-color: #8ABBA1;
}
.BgClassName
{
background-color: #8ABBA1;
}
</style>
border-color css
<style>
span { border-color: #8ABBA1; }
span { border-color: rgb(138,187,161); }
td.TdClassName
{
border-color: #8ABBA1;
}
.TagClassName
{
border-color: #8ABBA1;
}
</style>