Shades of Shadow Green #8FC6BA
Tints of Shadow Green #8FC6BA
RGB
CMYK
RGB Variations
Color information
#8FC6BA (or 0x8FC6BA) is known color: Shadow Green. HEX triplet: 8F, C6 and BA. RGB value is (143,198,186). Sum of RGB (Red+Green+Blue) = 143+198+186=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC6BA is #703945. Grayscale: #B4B4B4. Windows color (decimal): -7354694 or 12240527. OLE color: 12240527.
HSL color Cylindrical-coordinate representation of color #8FC6BA: hue angle of 166.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC6BA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 186 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.22 |
| HSL | 166.91º | 0.33% | 0.67% | - |
| HSV(B) | 166.91º | 0.28% | 0.78% | - |
| XYZ | 40.38 | 49.77 | 53.93 | - |
| YUV | 180.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 186 | 0.28 | 0 | 0.06 | 0.22 | 166.91 | 0.33 | 0.67 |
| Hex | 8F | C6 | BA | 1C | 0 | 6 | 16 | A7 | 21 | 43 |
| Octal | 217 | 306 | 272 | 34 | 0 | 6 | 26 | 247 | 41 | 103 |
| Binary | 10001111 | 11000110 | 10111010 | 11100 | 0 | 110 | 10110 | 10100111 | 100001 | 1000011 |
Color Harmonies of #8FC6BA
Complementary color
Monochromatic Colors of #8FC6BA
Black with #8FC6BA
Text Example
Text Example
White with #8FC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC6BA; }
p { color: rgb(143,198,186); }
H1.HeaderClassName
{
color: #8FC6BA;
}
.AnyTagClassName
{
color: #8FC6BA;
}
</style>
background-color css
<style>
a { background-color: #8FC6BA; }
a { background-color: rgb(143,198,186); }
div.DivClassName
{
background-color: #8FC6BA;
}
.BgClassName
{
background-color: #8FC6BA;
}
</style>
border-color css
<style>
span { border-color: #8FC6BA; }
span { border-color: rgb(143,198,186); }
td.TdClassName
{
border-color: #8FC6BA;
}
.TagClassName
{
border-color: #8FC6BA;
}
</style>