Shades of Summer Green #8AC0A4
Tints of Summer Green #8AC0A4
RGB
CMYK
RGB Variations
Color information
#8AC0A4 (or 0x8AC0A4) is known color: Summer Green. HEX triplet: 8A, C0 and A4. RGB value is (138,192,164). Sum of RGB (Red+Green+Blue) = 138+192+164=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC0A4 is #753F5B. Grayscale: #ACACAC. Windows color (decimal): -7683932 or 10797194. OLE color: 10797194.
HSL color Cylindrical-coordinate representation of color #8AC0A4: hue angle of 148.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC0A4 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 164 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.25 |
| HSL | 148.89º | 0.3% | 0.65% | - |
| HSV(B) | 148.89º | 0.28% | 0.75% | - |
| XYZ | 36.03 | 45.78 | 42.06 | - |
| YUV | 172.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 164 | 0.28 | 0 | 0.15 | 0.25 | 148.89 | 0.3 | 0.65 |
| Hex | 8A | C0 | A4 | 1C | 0 | F | 19 | 95 | 1E | 41 |
| Octal | 212 | 300 | 244 | 34 | 0 | 17 | 31 | 225 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10100100 | 11100 | 0 | 1111 | 11001 | 10010101 | 11110 | 1000001 |
Color Harmonies of #8AC0A4
Complementary color
Monochromatic Colors of #8AC0A4
Black with #8AC0A4
Text Example
Text Example
White with #8AC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0A4; }
p { color: rgb(138,192,164); }
H1.HeaderClassName
{
color: #8AC0A4;
}
.AnyTagClassName
{
color: #8AC0A4;
}
</style>
background-color css
<style>
a { background-color: #8AC0A4; }
a { background-color: rgb(138,192,164); }
div.DivClassName
{
background-color: #8AC0A4;
}
.BgClassName
{
background-color: #8AC0A4;
}
</style>
border-color css
<style>
span { border-color: #8AC0A4; }
span { border-color: rgb(138,192,164); }
td.TdClassName
{
border-color: #8AC0A4;
}
.TagClassName
{
border-color: #8AC0A4;
}
</style>