Shades of Summer Green #8AC4A8
Tints of Summer Green #8AC4A8
RGB
CMYK
RGB Variations
Color information
#8AC4A8 (or 0x8AC4A8) is known color: Summer Green. HEX triplet: 8A, C4 and A8. RGB value is (138,196,168). Sum of RGB (Red+Green+Blue) = 138+196+168=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC4A8 is #753B57. Grayscale: #AFAFAF. Windows color (decimal): -7682904 or 11060362. OLE color: 11060362.
HSL color Cylindrical-coordinate representation of color #8AC4A8: hue angle of 151.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC4A8 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 168 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.23 |
| HSL | 151.03º | 0.33% | 0.65% | - |
| HSV(B) | 151.03º | 0.3% | 0.77% | - |
| XYZ | 37.29 | 47.71 | 44.29 | - |
| YUV | 175.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 168 | 0.30 | 0 | 0.14 | 0.23 | 151.03 | 0.33 | 0.65 |
| Hex | 8A | C4 | A8 | 1E | 0 | E | 17 | 97 | 21 | 41 |
| Octal | 212 | 304 | 250 | 36 | 0 | 16 | 27 | 227 | 41 | 101 |
| Binary | 10001010 | 11000100 | 10101000 | 11110 | 0 | 1110 | 10111 | 10010111 | 100001 | 1000001 |
Color Harmonies of #8AC4A8
Complementary color
Monochromatic Colors of #8AC4A8
Black with #8AC4A8
Text Example
Text Example
White with #8AC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC4A8; }
p { color: rgb(138,196,168); }
H1.HeaderClassName
{
color: #8AC4A8;
}
.AnyTagClassName
{
color: #8AC4A8;
}
</style>
background-color css
<style>
a { background-color: #8AC4A8; }
a { background-color: rgb(138,196,168); }
div.DivClassName
{
background-color: #8AC4A8;
}
.BgClassName
{
background-color: #8AC4A8;
}
</style>
border-color css
<style>
span { border-color: #8AC4A8; }
span { border-color: rgb(138,196,168); }
td.TdClassName
{
border-color: #8AC4A8;
}
.TagClassName
{
border-color: #8AC4A8;
}
</style>