Shades of Summer Green #8ABA9A
Tints of Summer Green #8ABA9A
RGB
CMYK
RGB Variations
Color information
#8ABA9A (or 0x8ABA9A) is known color: Summer Green. HEX triplet: 8A, BA and 9A. RGB value is (138,186,154). Sum of RGB (Red+Green+Blue) = 138+186+154=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA9A is #754565. Grayscale: #A8A8A8. Windows color (decimal): -7685478 or 10140298. OLE color: 10140298.
HSL color Cylindrical-coordinate representation of color #8ABA9A: hue angle of 140º 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 #8ABA9A is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 154 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.27 |
| HSL | 140º | 0.26% | 0.64% | - |
| HSV(B) | 140º | 0.26% | 0.73% | - |
| XYZ | 33.87 | 42.85 | 37.06 | - |
| YUV | 168 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 154 | 0.26 | 0 | 0.17 | 0.27 | 140 | 0.26 | 0.64 |
| Hex | 8A | BA | 9A | 1A | 0 | 11 | 1B | 8C | 1A | 40 |
| Octal | 212 | 272 | 232 | 32 | 0 | 21 | 33 | 214 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10011010 | 11010 | 0 | 10001 | 11011 | 10001100 | 11010 | 1000000 |
Color Harmonies of #8ABA9A
Complementary color
Monochromatic Colors of #8ABA9A
Black with #8ABA9A
Text Example
Text Example
White with #8ABA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA9A; }
p { color: rgb(138,186,154); }
H1.HeaderClassName
{
color: #8ABA9A;
}
.AnyTagClassName
{
color: #8ABA9A;
}
</style>
background-color css
<style>
a { background-color: #8ABA9A; }
a { background-color: rgb(138,186,154); }
div.DivClassName
{
background-color: #8ABA9A;
}
.BgClassName
{
background-color: #8ABA9A;
}
</style>
border-color css
<style>
span { border-color: #8ABA9A; }
span { border-color: rgb(138,186,154); }
td.TdClassName
{
border-color: #8ABA9A;
}
.TagClassName
{
border-color: #8ABA9A;
}
</style>