Shades of Shadow Green #8AC2AB
Tints of Shadow Green #8AC2AB
RGB
CMYK
RGB Variations
Color information
#8AC2AB (or 0x8AC2AB) is known color: Shadow Green. HEX triplet: 8A, C2 and AB. RGB value is (138,194,171). Sum of RGB (Red+Green+Blue) = 138+194+171=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2AB is #753D54. Grayscale: #AEAEAE. Windows color (decimal): -7683413 or 11256458. OLE color: 11256458.
HSL color Cylindrical-coordinate representation of color #8AC2AB: hue angle of 155.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC2AB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 171 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.24 |
| HSL | 155.36º | 0.31% | 0.65% | - |
| HSV(B) | 155.36º | 0.29% | 0.76% | - |
| XYZ | 37.12 | 46.93 | 45.63 | - |
| YUV | 174.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 171 | 0.29 | 0 | 0.12 | 0.24 | 155.36 | 0.31 | 0.65 |
| Hex | 8A | C2 | AB | 1D | 0 | C | 18 | 9B | 1F | 41 |
| Octal | 212 | 302 | 253 | 35 | 0 | 14 | 30 | 233 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10101011 | 11101 | 0 | 1100 | 11000 | 10011011 | 11111 | 1000001 |
Color Harmonies of #8AC2AB
Complementary color
Monochromatic Colors of #8AC2AB
Black with #8AC2AB
Text Example
Text Example
White with #8AC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2AB; }
p { color: rgb(138,194,171); }
H1.HeaderClassName
{
color: #8AC2AB;
}
.AnyTagClassName
{
color: #8AC2AB;
}
</style>
background-color css
<style>
a { background-color: #8AC2AB; }
a { background-color: rgb(138,194,171); }
div.DivClassName
{
background-color: #8AC2AB;
}
.BgClassName
{
background-color: #8AC2AB;
}
</style>
border-color css
<style>
span { border-color: #8AC2AB; }
span { border-color: rgb(138,194,171); }
td.TdClassName
{
border-color: #8AC2AB;
}
.TagClassName
{
border-color: #8AC2AB;
}
</style>