Shades of Summer Green #8AB197
Tints of Summer Green #8AB197
RGB
CMYK
RGB Variations
Color information
#8AB197 (or 0x8AB197) is known color: Summer Green. HEX triplet: 8A, B1 and 97. RGB value is (138,177,151). Sum of RGB (Red+Green+Blue) = 138+177+151=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB197 is #754E68. Grayscale: #A2A2A2. Windows color (decimal): -7687785 or 9941386. OLE color: 9941386.
HSL color Cylindrical-coordinate representation of color #8AB197: hue angle of 140º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB197 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 151 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.31 |
| HSL | 140º | 0.2% | 0.62% | - |
| HSV(B) | 140º | 0.22% | 0.69% | - |
| XYZ | 31.79 | 39.08 | 35.15 | - |
| YUV | 162.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 151 | 0.22 | 0 | 0.15 | 0.31 | 140 | 0.2 | 0.62 |
| Hex | 8A | B1 | 97 | 16 | 0 | F | 1F | 8C | 14 | 3E |
| Octal | 212 | 261 | 227 | 26 | 0 | 17 | 37 | 214 | 24 | 76 |
| Binary | 10001010 | 10110001 | 10010111 | 10110 | 0 | 1111 | 11111 | 10001100 | 10100 | 111110 |
Color Harmonies of #8AB197
Complementary color
Monochromatic Colors of #8AB197
Black with #8AB197
Text Example
Text Example
White with #8AB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB197; }
p { color: rgb(138,177,151); }
H1.HeaderClassName
{
color: #8AB197;
}
.AnyTagClassName
{
color: #8AB197;
}
</style>
background-color css
<style>
a { background-color: #8AB197; }
a { background-color: rgb(138,177,151); }
div.DivClassName
{
background-color: #8AB197;
}
.BgClassName
{
background-color: #8AB197;
}
</style>
border-color css
<style>
span { border-color: #8AB197; }
span { border-color: rgb(138,177,151); }
td.TdClassName
{
border-color: #8AB197;
}
.TagClassName
{
border-color: #8AB197;
}
</style>