Shades of Shadow Green #8FC9BA
Tints of Shadow Green #8FC9BA
RGB
CMYK
RGB Variations
Color information
#8FC9BA (or 0x8FC9BA) is known color: Shadow Green. HEX triplet: 8F, C9 and BA. RGB value is (143,201,186). Sum of RGB (Red+Green+Blue) = 143+201+186=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC9BA is #703645. Grayscale: #B5B5B5. Windows color (decimal): -7353926 or 12241295. OLE color: 12241295.
HSL color Cylindrical-coordinate representation of color #8FC9BA: hue angle of 164.48º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC9BA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 186 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.21 |
| HSL | 164.48º | 0.35% | 0.67% | - |
| HSV(B) | 164.48º | 0.29% | 0.79% | - |
| XYZ | 41.08 | 51.16 | 54.16 | - |
| YUV | 181.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 186 | 0.29 | 0 | 0.07 | 0.21 | 164.48 | 0.35 | 0.67 |
| Hex | 8F | C9 | BA | 1D | 0 | 7 | 15 | A4 | 23 | 43 |
| Octal | 217 | 311 | 272 | 35 | 0 | 7 | 25 | 244 | 43 | 103 |
| Binary | 10001111 | 11001001 | 10111010 | 11101 | 0 | 111 | 10101 | 10100100 | 100011 | 1000011 |
Color Harmonies of #8FC9BA
Complementary color
Monochromatic Colors of #8FC9BA
Black with #8FC9BA
Text Example
Text Example
White with #8FC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC9BA; }
p { color: rgb(143,201,186); }
H1.HeaderClassName
{
color: #8FC9BA;
}
.AnyTagClassName
{
color: #8FC9BA;
}
</style>
background-color css
<style>
a { background-color: #8FC9BA; }
a { background-color: rgb(143,201,186); }
div.DivClassName
{
background-color: #8FC9BA;
}
.BgClassName
{
background-color: #8FC9BA;
}
</style>
border-color css
<style>
span { border-color: #8FC9BA; }
span { border-color: rgb(143,201,186); }
td.TdClassName
{
border-color: #8FC9BA;
}
.TagClassName
{
border-color: #8FC9BA;
}
</style>