Shades of Shadow Green #8DC0B2
Tints of Shadow Green #8DC0B2
RGB
CMYK
RGB Variations
Color information
#8DC0B2 (or 0x8DC0B2) is known color: Shadow Green. HEX triplet: 8D, C0 and B2. RGB value is (141,192,178). Sum of RGB (Red+Green+Blue) = 141+192+178=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC0B2 is #723F4D. Grayscale: #AFAFAF. Windows color (decimal): -7487310 or 11714701. OLE color: 11714701.
HSL color Cylindrical-coordinate representation of color #8DC0B2: hue angle of 163.53º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC0B2 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 178 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.25 |
| HSL | 163.53º | 0.29% | 0.65% | - |
| HSV(B) | 163.53º | 0.27% | 0.75% | - |
| XYZ | 37.87 | 46.58 | 49.11 | - |
| YUV | 175.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 178 | 0.27 | 0 | 0.07 | 0.25 | 163.53 | 0.29 | 0.65 |
| Hex | 8D | C0 | B2 | 1B | 0 | 7 | 19 | A4 | 1D | 41 |
| Octal | 215 | 300 | 262 | 33 | 0 | 7 | 31 | 244 | 35 | 101 |
| Binary | 10001101 | 11000000 | 10110010 | 11011 | 0 | 111 | 11001 | 10100100 | 11101 | 1000001 |
Color Harmonies of #8DC0B2
Complementary color
Monochromatic Colors of #8DC0B2
Black with #8DC0B2
Text Example
Text Example
White with #8DC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0B2; }
p { color: rgb(141,192,178); }
H1.HeaderClassName
{
color: #8DC0B2;
}
.AnyTagClassName
{
color: #8DC0B2;
}
</style>
background-color css
<style>
a { background-color: #8DC0B2; }
a { background-color: rgb(141,192,178); }
div.DivClassName
{
background-color: #8DC0B2;
}
.BgClassName
{
background-color: #8DC0B2;
}
</style>
border-color css
<style>
span { border-color: #8DC0B2; }
span { border-color: rgb(141,192,178); }
td.TdClassName
{
border-color: #8DC0B2;
}
.TagClassName
{
border-color: #8DC0B2;
}
</style>