Shades of Shadow Green #8FBDAF
Tints of Shadow Green #8FBDAF
RGB
CMYK
RGB Variations
Color information
#8FBDAF (or 0x8FBDAF) is known color: Shadow Green. HEX triplet: 8F, BD and AF. RGB value is (143,189,175). Sum of RGB (Red+Green+Blue) = 143+189+175=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBDAF is #704250. Grayscale: #ADADAD. Windows color (decimal): -7357009 or 11517327. OLE color: 11517327.
HSL color Cylindrical-coordinate representation of color #8FBDAF: hue angle of 161.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBDAF is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 175 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.26 |
| HSL | 161.74º | 0.26% | 0.65% | - |
| HSV(B) | 161.74º | 0.24% | 0.74% | - |
| XYZ | 37.26 | 45.33 | 47.34 | - |
| YUV | 173.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 175 | 0.24 | 0 | 0.07 | 0.26 | 161.74 | 0.26 | 0.65 |
| Hex | 8F | BD | AF | 18 | 0 | 7 | 1A | A2 | 1A | 41 |
| Octal | 217 | 275 | 257 | 30 | 0 | 7 | 32 | 242 | 32 | 101 |
| Binary | 10001111 | 10111101 | 10101111 | 11000 | 0 | 111 | 11010 | 10100010 | 11010 | 1000001 |
Color Harmonies of #8FBDAF
Complementary color
Monochromatic Colors of #8FBDAF
Black with #8FBDAF
Text Example
Text Example
White with #8FBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDAF; }
p { color: rgb(143,189,175); }
H1.HeaderClassName
{
color: #8FBDAF;
}
.AnyTagClassName
{
color: #8FBDAF;
}
</style>
background-color css
<style>
a { background-color: #8FBDAF; }
a { background-color: rgb(143,189,175); }
div.DivClassName
{
background-color: #8FBDAF;
}
.BgClassName
{
background-color: #8FBDAF;
}
</style>
border-color css
<style>
span { border-color: #8FBDAF; }
span { border-color: rgb(143,189,175); }
td.TdClassName
{
border-color: #8FBDAF;
}
.TagClassName
{
border-color: #8FBDAF;
}
</style>