Shades of Shadow Green #8FC2B2
Tints of Shadow Green #8FC2B2
RGB
CMYK
RGB Variations
Color information
#8FC2B2 (or 0x8FC2B2) is known color: Shadow Green. HEX triplet: 8F, C2 and B2. RGB value is (143,194,178). Sum of RGB (Red+Green+Blue) = 143+194+178=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC2B2 is #703D4D. Grayscale: #B0B0B0. Windows color (decimal): -7355726 or 11715215. OLE color: 11715215.
HSL color Cylindrical-coordinate representation of color #8FC2B2: hue angle of 161.18º 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 #8FC2B2 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 178 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.24 |
| HSL | 161.18º | 0.29% | 0.66% | - |
| HSV(B) | 161.18º | 0.26% | 0.76% | - |
| XYZ | 38.66 | 47.64 | 49.28 | - |
| YUV | 176.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 178 | 0.26 | 0 | 0.08 | 0.24 | 161.18 | 0.29 | 0.66 |
| Hex | 8F | C2 | B2 | 1A | 0 | 8 | 18 | A1 | 1D | 42 |
| Octal | 217 | 302 | 262 | 32 | 0 | 10 | 30 | 241 | 35 | 102 |
| Binary | 10001111 | 11000010 | 10110010 | 11010 | 0 | 1000 | 11000 | 10100001 | 11101 | 1000010 |
Color Harmonies of #8FC2B2
Complementary color
Monochromatic Colors of #8FC2B2
Black with #8FC2B2
Text Example
Text Example
White with #8FC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC2B2; }
p { color: rgb(143,194,178); }
H1.HeaderClassName
{
color: #8FC2B2;
}
.AnyTagClassName
{
color: #8FC2B2;
}
</style>
background-color css
<style>
a { background-color: #8FC2B2; }
a { background-color: rgb(143,194,178); }
div.DivClassName
{
background-color: #8FC2B2;
}
.BgClassName
{
background-color: #8FC2B2;
}
</style>
border-color css
<style>
span { border-color: #8FC2B2; }
span { border-color: rgb(143,194,178); }
td.TdClassName
{
border-color: #8FC2B2;
}
.TagClassName
{
border-color: #8FC2B2;
}
</style>