Shades of Shadow Green #8DBEB0
Tints of Shadow Green #8DBEB0
RGB
CMYK
RGB Variations
Color information
#8DBEB0 (or 0x8DBEB0) is known color: Shadow Green. HEX triplet: 8D, BE and B0. RGB value is (141,190,176). Sum of RGB (Red+Green+Blue) = 141+190+176=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBEB0 is #72414F. Grayscale: #ADADAD. Windows color (decimal): -7487824 or 11583117. OLE color: 11583117.
HSL color Cylindrical-coordinate representation of color #8DBEB0: hue angle of 162.86º 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 #8DBEB0 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 176 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.25 |
| HSL | 162.86º | 0.27% | 0.65% | - |
| HSV(B) | 162.86º | 0.26% | 0.75% | - |
| XYZ | 37.23 | 45.62 | 47.92 | - |
| YUV | 173.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 176 | 0.26 | 0 | 0.07 | 0.25 | 162.86 | 0.27 | 0.65 |
| Hex | 8D | BE | B0 | 1A | 0 | 7 | 19 | A3 | 1B | 41 |
| Octal | 215 | 276 | 260 | 32 | 0 | 7 | 31 | 243 | 33 | 101 |
| Binary | 10001101 | 10111110 | 10110000 | 11010 | 0 | 111 | 11001 | 10100011 | 11011 | 1000001 |
Color Harmonies of #8DBEB0
Complementary color
Monochromatic Colors of #8DBEB0
Black with #8DBEB0
Text Example
Text Example
White with #8DBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEB0; }
p { color: rgb(141,190,176); }
H1.HeaderClassName
{
color: #8DBEB0;
}
.AnyTagClassName
{
color: #8DBEB0;
}
</style>
background-color css
<style>
a { background-color: #8DBEB0; }
a { background-color: rgb(141,190,176); }
div.DivClassName
{
background-color: #8DBEB0;
}
.BgClassName
{
background-color: #8DBEB0;
}
</style>
border-color css
<style>
span { border-color: #8DBEB0; }
span { border-color: rgb(141,190,176); }
td.TdClassName
{
border-color: #8DBEB0;
}
.TagClassName
{
border-color: #8DBEB0;
}
</style>