Shades of Shadow Green #8FC0B9
Tints of Shadow Green #8FC0B9
RGB
CMYK
RGB Variations
Color information
#8FC0B9 (or 0x8FC0B9) is known color: Shadow Green. HEX triplet: 8F, C0 and B9. RGB value is (143,192,185). Sum of RGB (Red+Green+Blue) = 143+192+185=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0B9 is #703F46. Grayscale: #B0B0B0. Windows color (decimal): -7356231 or 12173455. OLE color: 12173455.
HSL color Cylindrical-coordinate representation of color #8FC0B9: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC0B9 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 185 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.25 |
| HSL | 171.43º | 0.28% | 0.66% | - |
| HSV(B) | 171.43º | 0.26% | 0.75% | - |
| XYZ | 38.93 | 47.04 | 52.93 | - |
| YUV | 176.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 185 | 0.26 | 0 | 0.04 | 0.25 | 171.43 | 0.28 | 0.66 |
| Hex | 8F | C0 | B9 | 1A | 0 | 4 | 19 | AB | 1C | 42 |
| Octal | 217 | 300 | 271 | 32 | 0 | 4 | 31 | 253 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10111001 | 11010 | 0 | 100 | 11001 | 10101011 | 11100 | 1000010 |
Color Harmonies of #8FC0B9
Complementary color
Monochromatic Colors of #8FC0B9
Black with #8FC0B9
Text Example
Text Example
White with #8FC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0B9; }
p { color: rgb(143,192,185); }
H1.HeaderClassName
{
color: #8FC0B9;
}
.AnyTagClassName
{
color: #8FC0B9;
}
</style>
background-color css
<style>
a { background-color: #8FC0B9; }
a { background-color: rgb(143,192,185); }
div.DivClassName
{
background-color: #8FC0B9;
}
.BgClassName
{
background-color: #8FC0B9;
}
</style>
border-color css
<style>
span { border-color: #8FC0B9; }
span { border-color: rgb(143,192,185); }
td.TdClassName
{
border-color: #8FC0B9;
}
.TagClassName
{
border-color: #8FC0B9;
}
</style>