Shades of Shadow Green #8FBBB2
Tints of Shadow Green #8FBBB2
RGB
CMYK
RGB Variations
Color information
#8FBBB2 (or 0x8FBBB2) is known color: Shadow Green. HEX triplet: 8F, BB and B2. RGB value is (143,187,178). Sum of RGB (Red+Green+Blue) = 143+187+178=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBBB2 is #70444D. Grayscale: #ACACAC. Windows color (decimal): -7357518 or 11713423. OLE color: 11713423.
HSL color Cylindrical-coordinate representation of color #8FBBB2: hue angle of 167.73º 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 #8FBBB2 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 178 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.27 |
| HSL | 167.73º | 0.24% | 0.65% | - |
| HSV(B) | 167.73º | 0.24% | 0.73% | - |
| XYZ | 37.13 | 44.59 | 48.77 | - |
| YUV | 172.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 178 | 0.24 | 0 | 0.05 | 0.27 | 167.73 | 0.24 | 0.65 |
| Hex | 8F | BB | B2 | 18 | 0 | 5 | 1B | A8 | 18 | 41 |
| Octal | 217 | 273 | 262 | 30 | 0 | 5 | 33 | 250 | 30 | 101 |
| Binary | 10001111 | 10111011 | 10110010 | 11000 | 0 | 101 | 11011 | 10101000 | 11000 | 1000001 |
Color Harmonies of #8FBBB2
Complementary color
Monochromatic Colors of #8FBBB2
Black with #8FBBB2
Text Example
Text Example
White with #8FBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBB2; }
p { color: rgb(143,187,178); }
H1.HeaderClassName
{
color: #8FBBB2;
}
.AnyTagClassName
{
color: #8FBBB2;
}
</style>
background-color css
<style>
a { background-color: #8FBBB2; }
a { background-color: rgb(143,187,178); }
div.DivClassName
{
background-color: #8FBBB2;
}
.BgClassName
{
background-color: #8FBBB2;
}
</style>
border-color css
<style>
span { border-color: #8FBBB2; }
span { border-color: rgb(143,187,178); }
td.TdClassName
{
border-color: #8FBBB2;
}
.TagClassName
{
border-color: #8FBBB2;
}
</style>