Shades of Shadow Green #8DBEB6
Tints of Shadow Green #8DBEB6
RGB
CMYK
RGB Variations
Color information
#8DBEB6 (or 0x8DBEB6) is known color: Shadow Green. HEX triplet: 8D, BE and B6. RGB value is (141,190,182). Sum of RGB (Red+Green+Blue) = 141+190+182=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEB6 is #724149. Grayscale: #AEAEAE. Windows color (decimal): -7487818 or 11976333. OLE color: 11976333.
HSL color Cylindrical-coordinate representation of color #8DBEB6: hue angle of 170.2º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBEB6 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 182 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.25 |
| HSL | 170.2º | 0.27% | 0.65% | - |
| HSV(B) | 170.2º | 0.26% | 0.75% | - |
| XYZ | 37.84 | 45.87 | 51.11 | - |
| YUV | 174.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 182 | 0.26 | 0 | 0.04 | 0.25 | 170.2 | 0.27 | 0.65 |
| Hex | 8D | BE | B6 | 1A | 0 | 4 | 19 | AA | 1B | 41 |
| Octal | 215 | 276 | 266 | 32 | 0 | 4 | 31 | 252 | 33 | 101 |
| Binary | 10001101 | 10111110 | 10110110 | 11010 | 0 | 100 | 11001 | 10101010 | 11011 | 1000001 |
Color Harmonies of #8DBEB6
Complementary color
Monochromatic Colors of #8DBEB6
Black with #8DBEB6
Text Example
Text Example
White with #8DBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEB6; }
p { color: rgb(141,190,182); }
H1.HeaderClassName
{
color: #8DBEB6;
}
.AnyTagClassName
{
color: #8DBEB6;
}
</style>
background-color css
<style>
a { background-color: #8DBEB6; }
a { background-color: rgb(141,190,182); }
div.DivClassName
{
background-color: #8DBEB6;
}
.BgClassName
{
background-color: #8DBEB6;
}
</style>
border-color css
<style>
span { border-color: #8DBEB6; }
span { border-color: rgb(141,190,182); }
td.TdClassName
{
border-color: #8DBEB6;
}
.TagClassName
{
border-color: #8DBEB6;
}
</style>