Shades of Shadow Green #8FC2BC
Tints of Shadow Green #8FC2BC
RGB
CMYK
RGB Variations
Color information
#8FC2BC (or 0x8FC2BC) is known color: Shadow Green. HEX triplet: 8F, C2 and BC. RGB value is (143,194,188). Sum of RGB (Red+Green+Blue) = 143+194+188=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC2BC is #703D43. Grayscale: #B2B2B2. Windows color (decimal): -7355716 or 12370575. OLE color: 12370575.
HSL color Cylindrical-coordinate representation of color #8FC2BC: hue angle of 172.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC2BC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 188 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.24 |
| HSL | 172.94º | 0.29% | 0.66% | - |
| HSV(B) | 172.94º | 0.26% | 0.76% | - |
| XYZ | 39.7 | 48.05 | 54.76 | - |
| YUV | 178.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 188 | 0.26 | 0 | 0.03 | 0.24 | 172.94 | 0.29 | 0.66 |
| Hex | 8F | C2 | BC | 1A | 0 | 3 | 18 | AD | 1D | 42 |
| Octal | 217 | 302 | 274 | 32 | 0 | 3 | 30 | 255 | 35 | 102 |
| Binary | 10001111 | 11000010 | 10111100 | 11010 | 0 | 11 | 11000 | 10101101 | 11101 | 1000010 |
Color Harmonies of #8FC2BC
Complementary color
Monochromatic Colors of #8FC2BC
Black with #8FC2BC
Text Example
Text Example
White with #8FC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC2BC; }
p { color: rgb(143,194,188); }
H1.HeaderClassName
{
color: #8FC2BC;
}
.AnyTagClassName
{
color: #8FC2BC;
}
</style>
background-color css
<style>
a { background-color: #8FC2BC; }
a { background-color: rgb(143,194,188); }
div.DivClassName
{
background-color: #8FC2BC;
}
.BgClassName
{
background-color: #8FC2BC;
}
</style>
border-color css
<style>
span { border-color: #8FC2BC; }
span { border-color: rgb(143,194,188); }
td.TdClassName
{
border-color: #8FC2BC;
}
.TagClassName
{
border-color: #8FC2BC;
}
</style>