Shades of Shadow Green #8AC0AC
Tints of Shadow Green #8AC0AC
RGB
CMYK
RGB Variations
Color information
#8AC0AC (or 0x8AC0AC) is known color: Shadow Green. HEX triplet: 8A, C0 and AC. RGB value is (138,192,172). Sum of RGB (Red+Green+Blue) = 138+192+172=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC0AC is #753F53. Grayscale: #ADADAD. Windows color (decimal): -7683924 or 11321482. OLE color: 11321482.
HSL color Cylindrical-coordinate representation of color #8AC0AC: hue angle of 157.78º 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 #8AC0AC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 172 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.25 |
| HSL | 157.78º | 0.3% | 0.65% | - |
| HSV(B) | 157.78º | 0.28% | 0.75% | - |
| XYZ | 36.78 | 46.08 | 45.99 | - |
| YUV | 173.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 172 | 0.28 | 0 | 0.10 | 0.25 | 157.78 | 0.3 | 0.65 |
| Hex | 8A | C0 | AC | 1C | 0 | A | 19 | 9E | 1E | 41 |
| Octal | 212 | 300 | 254 | 34 | 0 | 12 | 31 | 236 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10101100 | 11100 | 0 | 1010 | 11001 | 10011110 | 11110 | 1000001 |
Color Harmonies of #8AC0AC
Complementary color
Monochromatic Colors of #8AC0AC
Black with #8AC0AC
Text Example
Text Example
White with #8AC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0AC; }
p { color: rgb(138,192,172); }
H1.HeaderClassName
{
color: #8AC0AC;
}
.AnyTagClassName
{
color: #8AC0AC;
}
</style>
background-color css
<style>
a { background-color: #8AC0AC; }
a { background-color: rgb(138,192,172); }
div.DivClassName
{
background-color: #8AC0AC;
}
.BgClassName
{
background-color: #8AC0AC;
}
</style>
border-color css
<style>
span { border-color: #8AC0AC; }
span { border-color: rgb(138,192,172); }
td.TdClassName
{
border-color: #8AC0AC;
}
.TagClassName
{
border-color: #8AC0AC;
}
</style>