Shades of Shadow Green #8FC0B3
Tints of Shadow Green #8FC0B3
RGB
CMYK
RGB Variations
Color information
#8FC0B3 (or 0x8FC0B3) is known color: Shadow Green. HEX triplet: 8F, C0 and B3. RGB value is (143,192,179). Sum of RGB (Red+Green+Blue) = 143+192+179=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0B3 is #703F4C. Grayscale: #AFAFAF. Windows color (decimal): -7356237 or 11780239. OLE color: 11780239.
HSL color Cylindrical-coordinate representation of color #8FC0B3: hue angle of 164.08º 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 #8FC0B3 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 179 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.25 |
| HSL | 164.08º | 0.28% | 0.66% | - |
| HSV(B) | 164.08º | 0.26% | 0.75% | - |
| XYZ | 38.31 | 46.79 | 49.66 | - |
| YUV | 175.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 179 | 0.26 | 0 | 0.07 | 0.25 | 164.08 | 0.28 | 0.66 |
| Hex | 8F | C0 | B3 | 1A | 0 | 7 | 19 | A4 | 1C | 42 |
| Octal | 217 | 300 | 263 | 32 | 0 | 7 | 31 | 244 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10110011 | 11010 | 0 | 111 | 11001 | 10100100 | 11100 | 1000010 |
Color Harmonies of #8FC0B3
Complementary color
Monochromatic Colors of #8FC0B3
Black with #8FC0B3
Text Example
Text Example
White with #8FC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0B3; }
p { color: rgb(143,192,179); }
H1.HeaderClassName
{
color: #8FC0B3;
}
.AnyTagClassName
{
color: #8FC0B3;
}
</style>
background-color css
<style>
a { background-color: #8FC0B3; }
a { background-color: rgb(143,192,179); }
div.DivClassName
{
background-color: #8FC0B3;
}
.BgClassName
{
background-color: #8FC0B3;
}
</style>
border-color css
<style>
span { border-color: #8FC0B3; }
span { border-color: rgb(143,192,179); }
td.TdClassName
{
border-color: #8FC0B3;
}
.TagClassName
{
border-color: #8FC0B3;
}
</style>