Shades of Shadow Green #8FB8B1
Tints of Shadow Green #8FB8B1
RGB
CMYK
RGB Variations
Color information
#8FB8B1 (or 0x8FB8B1) is known color: Shadow Green. HEX triplet: 8F, B8 and B1. RGB value is (143,184,177). Sum of RGB (Red+Green+Blue) = 143+184+177=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB8B1 is #70474E. Grayscale: #AAAAAA. Windows color (decimal): -7358287 or 11647119. OLE color: 11647119.
HSL color Cylindrical-coordinate representation of color #8FB8B1: hue angle of 169.76º 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 #8FB8B1 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 177 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.28 |
| HSL | 169.76º | 0.22% | 0.64% | - |
| HSV(B) | 169.76º | 0.22% | 0.72% | - |
| XYZ | 36.4 | 43.29 | 48.03 | - |
| YUV | 170.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 177 | 0.22 | 0 | 0.04 | 0.28 | 169.76 | 0.22 | 0.64 |
| Hex | 8F | B8 | B1 | 16 | 0 | 4 | 1C | AA | 16 | 40 |
| Octal | 217 | 270 | 261 | 26 | 0 | 4 | 34 | 252 | 26 | 100 |
| Binary | 10001111 | 10111000 | 10110001 | 10110 | 0 | 100 | 11100 | 10101010 | 10110 | 1000000 |
Color Harmonies of #8FB8B1
Complementary color
Monochromatic Colors of #8FB8B1
Black with #8FB8B1
Text Example
Text Example
White with #8FB8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8B1; }
p { color: rgb(143,184,177); }
H1.HeaderClassName
{
color: #8FB8B1;
}
.AnyTagClassName
{
color: #8FB8B1;
}
</style>
background-color css
<style>
a { background-color: #8FB8B1; }
a { background-color: rgb(143,184,177); }
div.DivClassName
{
background-color: #8FB8B1;
}
.BgClassName
{
background-color: #8FB8B1;
}
</style>
border-color css
<style>
span { border-color: #8FB8B1; }
span { border-color: rgb(143,184,177); }
td.TdClassName
{
border-color: #8FB8B1;
}
.TagClassName
{
border-color: #8FB8B1;
}
</style>