Shades of Shadow Green #8FC0B2
Tints of Shadow Green #8FC0B2
RGB
CMYK
RGB Variations
Color information
#8FC0B2 (or 0x8FC0B2) is known color: Shadow Green. HEX triplet: 8F, C0 and B2. RGB value is (143,192,178). Sum of RGB (Red+Green+Blue) = 143+192+178=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC0B2 is #703F4D. Grayscale: #AFAFAF. Windows color (decimal): -7356238 or 11714703. OLE color: 11714703.
HSL color Cylindrical-coordinate representation of color #8FC0B2: hue angle of 162.86º 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 #8FC0B2 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 178 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.25 |
| HSL | 162.86º | 0.28% | 0.66% | - |
| HSV(B) | 162.86º | 0.26% | 0.75% | - |
| XYZ | 38.21 | 46.75 | 49.13 | - |
| YUV | 175.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 178 | 0.26 | 0 | 0.07 | 0.25 | 162.86 | 0.28 | 0.66 |
| Hex | 8F | C0 | B2 | 1A | 0 | 7 | 19 | A3 | 1C | 42 |
| Octal | 217 | 300 | 262 | 32 | 0 | 7 | 31 | 243 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10110010 | 11010 | 0 | 111 | 11001 | 10100011 | 11100 | 1000010 |
Color Harmonies of #8FC0B2
Complementary color
Monochromatic Colors of #8FC0B2
Black with #8FC0B2
Text Example
Text Example
White with #8FC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0B2; }
p { color: rgb(143,192,178); }
H1.HeaderClassName
{
color: #8FC0B2;
}
.AnyTagClassName
{
color: #8FC0B2;
}
</style>
background-color css
<style>
a { background-color: #8FC0B2; }
a { background-color: rgb(143,192,178); }
div.DivClassName
{
background-color: #8FC0B2;
}
.BgClassName
{
background-color: #8FC0B2;
}
</style>
border-color css
<style>
span { border-color: #8FC0B2; }
span { border-color: rgb(143,192,178); }
td.TdClassName
{
border-color: #8FC0B2;
}
.TagClassName
{
border-color: #8FC0B2;
}
</style>