Shades of Summer Green #8AAE99
Tints of Summer Green #8AAE99
RGB
CMYK
RGB Variations
Color information
#8AAE99 (or 0x8AAE99) is known color: Summer Green. HEX triplet: 8A, AE and 99. RGB value is (138,174,153). Sum of RGB (Red+Green+Blue) = 138+174+153=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAE99 is #755166. Grayscale: #A0A0A0. Windows color (decimal): -7688551 or 10071690. OLE color: 10071690.
HSL color Cylindrical-coordinate representation of color #8AAE99: hue angle of 145º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAE99 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 153 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.32 |
| HSL | 145º | 0.18% | 0.61% | - |
| HSV(B) | 145º | 0.21% | 0.68% | - |
| XYZ | 31.37 | 37.98 | 35.81 | - |
| YUV | 160.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 153 | 0.21 | 0 | 0.12 | 0.32 | 145 | 0.18 | 0.61 |
| Hex | 8A | AE | 99 | 15 | 0 | C | 20 | 91 | 12 | 3D |
| Octal | 212 | 256 | 231 | 25 | 0 | 14 | 40 | 221 | 22 | 75 |
| Binary | 10001010 | 10101110 | 10011001 | 10101 | 0 | 1100 | 100000 | 10010001 | 10010 | 111101 |
Color Harmonies of #8AAE99
Complementary color
Monochromatic Colors of #8AAE99
Black with #8AAE99
Text Example
Text Example
White with #8AAE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE99; }
p { color: rgb(138,174,153); }
H1.HeaderClassName
{
color: #8AAE99;
}
.AnyTagClassName
{
color: #8AAE99;
}
</style>
background-color css
<style>
a { background-color: #8AAE99; }
a { background-color: rgb(138,174,153); }
div.DivClassName
{
background-color: #8AAE99;
}
.BgClassName
{
background-color: #8AAE99;
}
</style>
border-color css
<style>
span { border-color: #8AAE99; }
span { border-color: rgb(138,174,153); }
td.TdClassName
{
border-color: #8AAE99;
}
.TagClassName
{
border-color: #8AAE99;
}
</style>