Shades of Shadow Green #8ABFAE
Tints of Shadow Green #8ABFAE
RGB
CMYK
RGB Variations
Color information
#8ABFAE (or 0x8ABFAE) is known color: Shadow Green. HEX triplet: 8A, BF and AE. RGB value is (138,191,174). Sum of RGB (Red+Green+Blue) = 138+191+174=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABFAE is #754051. Grayscale: #ADADAD. Windows color (decimal): -7684178 or 11452298. OLE color: 11452298.
HSL color Cylindrical-coordinate representation of color #8ABFAE: hue angle of 160.75º degrees, saturation: 0.29, 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 #8ABFAE is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 174 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.25 |
| HSL | 160.75º | 0.29% | 0.65% | - |
| HSV(B) | 160.75º | 0.28% | 0.75% | - |
| XYZ | 36.75 | 45.72 | 46.93 | - |
| YUV | 173.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 174 | 0.28 | 0 | 0.09 | 0.25 | 160.75 | 0.29 | 0.65 |
| Hex | 8A | BF | AE | 1C | 0 | 9 | 19 | A1 | 1D | 41 |
| Octal | 212 | 277 | 256 | 34 | 0 | 11 | 31 | 241 | 35 | 101 |
| Binary | 10001010 | 10111111 | 10101110 | 11100 | 0 | 1001 | 11001 | 10100001 | 11101 | 1000001 |
Color Harmonies of #8ABFAE
Complementary color
Monochromatic Colors of #8ABFAE
Black with #8ABFAE
Text Example
Text Example
White with #8ABFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFAE; }
p { color: rgb(138,191,174); }
H1.HeaderClassName
{
color: #8ABFAE;
}
.AnyTagClassName
{
color: #8ABFAE;
}
</style>
background-color css
<style>
a { background-color: #8ABFAE; }
a { background-color: rgb(138,191,174); }
div.DivClassName
{
background-color: #8ABFAE;
}
.BgClassName
{
background-color: #8ABFAE;
}
</style>
border-color css
<style>
span { border-color: #8ABFAE; }
span { border-color: rgb(138,191,174); }
td.TdClassName
{
border-color: #8ABFAE;
}
.TagClassName
{
border-color: #8ABFAE;
}
</style>