Shades of Shadow Green #8FBAAE
Tints of Shadow Green #8FBAAE
RGB
CMYK
RGB Variations
Color information
#8FBAAE (or 0x8FBAAE) is known color: Shadow Green. HEX triplet: 8F, BA and AE. RGB value is (143,186,174). Sum of RGB (Red+Green+Blue) = 143+186+174=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBAAE is #704551. Grayscale: #ABABAB. Windows color (decimal): -7357778 or 11451023. OLE color: 11451023.
HSL color Cylindrical-coordinate representation of color #8FBAAE: hue angle of 163.26º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FBAAE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 174 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.27 |
| HSL | 163.26º | 0.24% | 0.65% | - |
| HSV(B) | 163.26º | 0.23% | 0.73% | - |
| XYZ | 36.53 | 44.01 | 46.61 | - |
| YUV | 171.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 174 | 0.23 | 0 | 0.06 | 0.27 | 163.26 | 0.24 | 0.65 |
| Hex | 8F | BA | AE | 17 | 0 | 6 | 1B | A3 | 18 | 41 |
| Octal | 217 | 272 | 256 | 27 | 0 | 6 | 33 | 243 | 30 | 101 |
| Binary | 10001111 | 10111010 | 10101110 | 10111 | 0 | 110 | 11011 | 10100011 | 11000 | 1000001 |
Color Harmonies of #8FBAAE
Complementary color
Monochromatic Colors of #8FBAAE
Black with #8FBAAE
Text Example
Text Example
White with #8FBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAAE; }
p { color: rgb(143,186,174); }
H1.HeaderClassName
{
color: #8FBAAE;
}
.AnyTagClassName
{
color: #8FBAAE;
}
</style>
background-color css
<style>
a { background-color: #8FBAAE; }
a { background-color: rgb(143,186,174); }
div.DivClassName
{
background-color: #8FBAAE;
}
.BgClassName
{
background-color: #8FBAAE;
}
</style>
border-color css
<style>
span { border-color: #8FBAAE; }
span { border-color: rgb(143,186,174); }
td.TdClassName
{
border-color: #8FBAAE;
}
.TagClassName
{
border-color: #8FBAAE;
}
</style>