Shades of Shadow Green #8FB8AF
Tints of Shadow Green #8FB8AF
RGB
CMYK
RGB Variations
Color information
#8FB8AF (or 0x8FB8AF) is known color: Shadow Green. HEX triplet: 8F, B8 and AF. RGB value is (143,184,175). Sum of RGB (Red+Green+Blue) = 143+184+175=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB8AF is #704750. Grayscale: #AAAAAA. Windows color (decimal): -7358289 or 11516047. OLE color: 11516047.
HSL color Cylindrical-coordinate representation of color #8FB8AF: hue angle of 166.83º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB8AF is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 175 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.28 |
| HSL | 166.83º | 0.22% | 0.64% | - |
| HSV(B) | 166.83º | 0.22% | 0.72% | - |
| XYZ | 36.21 | 43.22 | 46.99 | - |
| YUV | 170.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 175 | 0.22 | 0 | 0.05 | 0.28 | 166.83 | 0.22 | 0.64 |
| Hex | 8F | B8 | AF | 16 | 0 | 5 | 1C | A7 | 16 | 40 |
| Octal | 217 | 270 | 257 | 26 | 0 | 5 | 34 | 247 | 26 | 100 |
| Binary | 10001111 | 10111000 | 10101111 | 10110 | 0 | 101 | 11100 | 10100111 | 10110 | 1000000 |
Color Harmonies of #8FB8AF
Complementary color
Monochromatic Colors of #8FB8AF
Black with #8FB8AF
Text Example
Text Example
White with #8FB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8AF; }
p { color: rgb(143,184,175); }
H1.HeaderClassName
{
color: #8FB8AF;
}
.AnyTagClassName
{
color: #8FB8AF;
}
</style>
background-color css
<style>
a { background-color: #8FB8AF; }
a { background-color: rgb(143,184,175); }
div.DivClassName
{
background-color: #8FB8AF;
}
.BgClassName
{
background-color: #8FB8AF;
}
</style>
border-color css
<style>
span { border-color: #8FB8AF; }
span { border-color: rgb(143,184,175); }
td.TdClassName
{
border-color: #8FB8AF;
}
.TagClassName
{
border-color: #8FB8AF;
}
</style>