Shades of Shadow Green #8FCCB6
Tints of Shadow Green #8FCCB6
RGB
CMYK
RGB Variations
Color information
#8FCCB6 (or 0x8FCCB6) is known color: Shadow Green. HEX triplet: 8F, CC and B6. RGB value is (143,204,182). Sum of RGB (Red+Green+Blue) = 143+204+182=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCB6 is #703349. Grayscale: #B7B7B7. Windows color (decimal): -7353162 or 11979919. OLE color: 11979919.
HSL color Cylindrical-coordinate representation of color #8FCCB6: hue angle of 158.36º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCB6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 182 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.2 |
| HSL | 158.36º | 0.37% | 0.68% | - |
| HSV(B) | 158.36º | 0.3% | 0.8% | - |
| XYZ | 41.36 | 52.4 | 52.19 | - |
| YUV | 183.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 182 | 0.30 | 0 | 0.11 | 0.2 | 158.36 | 0.37 | 0.68 |
| Hex | 8F | CC | B6 | 1E | 0 | B | 14 | 9E | 25 | 44 |
| Octal | 217 | 314 | 266 | 36 | 0 | 13 | 24 | 236 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10110110 | 11110 | 0 | 1011 | 10100 | 10011110 | 100101 | 1000100 |
Color Harmonies of #8FCCB6
Complementary color
Monochromatic Colors of #8FCCB6
Black with #8FCCB6
Text Example
Text Example
White with #8FCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCB6; }
p { color: rgb(143,204,182); }
H1.HeaderClassName
{
color: #8FCCB6;
}
.AnyTagClassName
{
color: #8FCCB6;
}
</style>
background-color css
<style>
a { background-color: #8FCCB6; }
a { background-color: rgb(143,204,182); }
div.DivClassName
{
background-color: #8FCCB6;
}
.BgClassName
{
background-color: #8FCCB6;
}
</style>
border-color css
<style>
span { border-color: #8FCCB6; }
span { border-color: rgb(143,204,182); }
td.TdClassName
{
border-color: #8FCCB6;
}
.TagClassName
{
border-color: #8FCCB6;
}
</style>