Shades of Shadow Green #8EC3B5
Tints of Shadow Green #8EC3B5
RGB
CMYK
RGB Variations
Color information
#8EC3B5 (or 0x8EC3B5) is known color: Shadow Green. HEX triplet: 8E, C3 and B5. RGB value is (142,195,181). Sum of RGB (Red+Green+Blue) = 142+195+181=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3B5 is #713C4A. Grayscale: #B1B1B1. Windows color (decimal): -7421003 or 11912078. OLE color: 11912078.
HSL color Cylindrical-coordinate representation of color #8EC3B5: hue angle of 164.15º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EC3B5 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 181 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.24 |
| HSL | 164.15º | 0.31% | 0.66% | - |
| HSV(B) | 164.15º | 0.27% | 0.76% | - |
| XYZ | 39.01 | 48.12 | 50.95 | - |
| YUV | 177.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 181 | 0.27 | 0 | 0.07 | 0.24 | 164.15 | 0.31 | 0.66 |
| Hex | 8E | C3 | B5 | 1B | 0 | 7 | 18 | A4 | 1F | 42 |
| Octal | 216 | 303 | 265 | 33 | 0 | 7 | 30 | 244 | 37 | 102 |
| Binary | 10001110 | 11000011 | 10110101 | 11011 | 0 | 111 | 11000 | 10100100 | 11111 | 1000010 |
Color Harmonies of #8EC3B5
Complementary color
Monochromatic Colors of #8EC3B5
Black with #8EC3B5
Text Example
Text Example
White with #8EC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3B5; }
p { color: rgb(142,195,181); }
H1.HeaderClassName
{
color: #8EC3B5;
}
.AnyTagClassName
{
color: #8EC3B5;
}
</style>
background-color css
<style>
a { background-color: #8EC3B5; }
a { background-color: rgb(142,195,181); }
div.DivClassName
{
background-color: #8EC3B5;
}
.BgClassName
{
background-color: #8EC3B5;
}
</style>
border-color css
<style>
span { border-color: #8EC3B5; }
span { border-color: rgb(142,195,181); }
td.TdClassName
{
border-color: #8EC3B5;
}
.TagClassName
{
border-color: #8EC3B5;
}
</style>