Shades of Shadow Green #8DCAB4
Tints of Shadow Green #8DCAB4
RGB
CMYK
RGB Variations
Color information
#8DCAB4 (or 0x8DCAB4) is known color: Shadow Green. HEX triplet: 8D, CA and B4. RGB value is (141,202,180). Sum of RGB (Red+Green+Blue) = 141+202+180=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAB4 is #72354B. Grayscale: #B5B5B5. Windows color (decimal): -7484748 or 11848333. OLE color: 11848333.
HSL color Cylindrical-coordinate representation of color #8DCAB4: hue angle of 158.36º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAB4 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 180 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.21 |
| HSL | 158.36º | 0.37% | 0.67% | - |
| HSV(B) | 158.36º | 0.3% | 0.79% | - |
| XYZ | 40.34 | 51.2 | 50.94 | - |
| YUV | 181.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 180 | 0.30 | 0 | 0.11 | 0.21 | 158.36 | 0.37 | 0.67 |
| Hex | 8D | CA | B4 | 1E | 0 | B | 15 | 9E | 25 | 43 |
| Octal | 215 | 312 | 264 | 36 | 0 | 13 | 25 | 236 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10110100 | 11110 | 0 | 1011 | 10101 | 10011110 | 100101 | 1000011 |
Color Harmonies of #8DCAB4
Complementary color
Monochromatic Colors of #8DCAB4
Black with #8DCAB4
Text Example
Text Example
White with #8DCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAB4; }
p { color: rgb(141,202,180); }
H1.HeaderClassName
{
color: #8DCAB4;
}
.AnyTagClassName
{
color: #8DCAB4;
}
</style>
background-color css
<style>
a { background-color: #8DCAB4; }
a { background-color: rgb(141,202,180); }
div.DivClassName
{
background-color: #8DCAB4;
}
.BgClassName
{
background-color: #8DCAB4;
}
</style>
border-color css
<style>
span { border-color: #8DCAB4; }
span { border-color: rgb(141,202,180); }
td.TdClassName
{
border-color: #8DCAB4;
}
.TagClassName
{
border-color: #8DCAB4;
}
</style>