Shades of Shadow Green #8FBBB6
Tints of Shadow Green #8FBBB6
RGB
CMYK
RGB Variations
Color information
#8FBBB6 (or 0x8FBBB6) is known color: Shadow Green. HEX triplet: 8F, BB and B6. RGB value is (143,187,182). Sum of RGB (Red+Green+Blue) = 143+187+182=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBB6 is #704449. Grayscale: #ADADAD. Windows color (decimal): -7357514 or 11975567. OLE color: 11975567.
HSL color Cylindrical-coordinate representation of color #8FBBB6: hue angle of 173.18º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBBB6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 182 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.27 |
| HSL | 173.18º | 0.24% | 0.65% | - |
| HSV(B) | 173.18º | 0.24% | 0.73% | - |
| XYZ | 37.54 | 44.76 | 50.92 | - |
| YUV | 173.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 182 | 0.24 | 0 | 0.03 | 0.27 | 173.18 | 0.24 | 0.65 |
| Hex | 8F | BB | B6 | 18 | 0 | 3 | 1B | AD | 18 | 41 |
| Octal | 217 | 273 | 266 | 30 | 0 | 3 | 33 | 255 | 30 | 101 |
| Binary | 10001111 | 10111011 | 10110110 | 11000 | 0 | 11 | 11011 | 10101101 | 11000 | 1000001 |
Color Harmonies of #8FBBB6
Complementary color
Monochromatic Colors of #8FBBB6
Black with #8FBBB6
Text Example
Text Example
White with #8FBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBB6; }
p { color: rgb(143,187,182); }
H1.HeaderClassName
{
color: #8FBBB6;
}
.AnyTagClassName
{
color: #8FBBB6;
}
</style>
background-color css
<style>
a { background-color: #8FBBB6; }
a { background-color: rgb(143,187,182); }
div.DivClassName
{
background-color: #8FBBB6;
}
.BgClassName
{
background-color: #8FBBB6;
}
</style>
border-color css
<style>
span { border-color: #8FBBB6; }
span { border-color: rgb(143,187,182); }
td.TdClassName
{
border-color: #8FBBB6;
}
.TagClassName
{
border-color: #8FBBB6;
}
</style>