Shades of Shadow Green #8CCAB5
Tints of Shadow Green #8CCAB5
RGB
CMYK
RGB Variations
Color information
#8CCAB5 (or 0x8CCAB5) is known color: Shadow Green. HEX triplet: 8C, CA and B5. RGB value is (140,202,181). Sum of RGB (Red+Green+Blue) = 140+202+181=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAB5 is #73354A. Grayscale: #B5B5B5. Windows color (decimal): -7550283 or 11913868. OLE color: 11913868.
HSL color Cylindrical-coordinate representation of color #8CCAB5: hue angle of 159.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAB5 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 181 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.21 |
| HSL | 159.68º | 0.37% | 0.67% | - |
| HSV(B) | 159.68º | 0.31% | 0.79% | - |
| XYZ | 40.28 | 51.15 | 51.47 | - |
| YUV | 181.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 181 | 0.31 | 0 | 0.10 | 0.21 | 159.68 | 0.37 | 0.67 |
| Hex | 8C | CA | B5 | 1F | 0 | A | 15 | A0 | 25 | 43 |
| Octal | 214 | 312 | 265 | 37 | 0 | 12 | 25 | 240 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10110101 | 11111 | 0 | 1010 | 10101 | 10100000 | 100101 | 1000011 |
Color Harmonies of #8CCAB5
Complementary color
Monochromatic Colors of #8CCAB5
Black with #8CCAB5
Text Example
Text Example
White with #8CCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCAB5; }
p { color: rgb(140,202,181); }
H1.HeaderClassName
{
color: #8CCAB5;
}
.AnyTagClassName
{
color: #8CCAB5;
}
</style>
background-color css
<style>
a { background-color: #8CCAB5; }
a { background-color: rgb(140,202,181); }
div.DivClassName
{
background-color: #8CCAB5;
}
.BgClassName
{
background-color: #8CCAB5;
}
</style>
border-color css
<style>
span { border-color: #8CCAB5; }
span { border-color: rgb(140,202,181); }
td.TdClassName
{
border-color: #8CCAB5;
}
.TagClassName
{
border-color: #8CCAB5;
}
</style>