Shades of Shadow Green #8ABFAF
Tints of Shadow Green #8ABFAF
RGB
CMYK
RGB Variations
Color information
#8ABFAF (or 0x8ABFAF) is known color: Shadow Green. HEX triplet: 8A, BF and AF. RGB value is (138,191,175). Sum of RGB (Red+Green+Blue) = 138+191+175=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABFAF is #754050. Grayscale: #ADADAD. Windows color (decimal): -7684177 or 11517834. OLE color: 11517834.
HSL color Cylindrical-coordinate representation of color #8ABFAF: hue angle of 161.89º 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 #8ABFAF is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 175 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.25 |
| HSL | 161.89º | 0.29% | 0.65% | - |
| HSV(B) | 161.89º | 0.28% | 0.75% | - |
| XYZ | 36.85 | 45.76 | 47.45 | - |
| YUV | 173.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 175 | 0.28 | 0 | 0.08 | 0.25 | 161.89 | 0.29 | 0.65 |
| Hex | 8A | BF | AF | 1C | 0 | 8 | 19 | A2 | 1D | 41 |
| Octal | 212 | 277 | 257 | 34 | 0 | 10 | 31 | 242 | 35 | 101 |
| Binary | 10001010 | 10111111 | 10101111 | 11100 | 0 | 1000 | 11001 | 10100010 | 11101 | 1000001 |
Color Harmonies of #8ABFAF
Complementary color
Monochromatic Colors of #8ABFAF
Black with #8ABFAF
Text Example
Text Example
White with #8ABFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFAF; }
p { color: rgb(138,191,175); }
H1.HeaderClassName
{
color: #8ABFAF;
}
.AnyTagClassName
{
color: #8ABFAF;
}
</style>
background-color css
<style>
a { background-color: #8ABFAF; }
a { background-color: rgb(138,191,175); }
div.DivClassName
{
background-color: #8ABFAF;
}
.BgClassName
{
background-color: #8ABFAF;
}
</style>
border-color css
<style>
span { border-color: #8ABFAF; }
span { border-color: rgb(138,191,175); }
td.TdClassName
{
border-color: #8ABFAF;
}
.TagClassName
{
border-color: #8ABFAF;
}
</style>