Shades of Shadow Green #8DBAB4
Tints of Shadow Green #8DBAB4
RGB
CMYK
RGB Variations
Color information
#8DBAB4 (or 0x8DBAB4) is known color: Shadow Green. HEX triplet: 8D, BA and B4. RGB value is (141,186,180). Sum of RGB (Red+Green+Blue) = 141+186+180=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAB4 is #72454B. Grayscale: #ABABAB. Windows color (decimal): -7488844 or 11844237. OLE color: 11844237.
HSL color Cylindrical-coordinate representation of color #8DBAB4: hue angle of 172º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DBAB4 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 180 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.27 |
| HSL | 172º | 0.25% | 0.64% | - |
| HSV(B) | 172º | 0.24% | 0.73% | - |
| XYZ | 36.78 | 44.08 | 49.75 | - |
| YUV | 171.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 180 | 0.24 | 0 | 0.03 | 0.27 | 172 | 0.25 | 0.64 |
| Hex | 8D | BA | B4 | 18 | 0 | 3 | 1B | AC | 19 | 40 |
| Octal | 215 | 272 | 264 | 30 | 0 | 3 | 33 | 254 | 31 | 100 |
| Binary | 10001101 | 10111010 | 10110100 | 11000 | 0 | 11 | 11011 | 10101100 | 11001 | 1000000 |
Color Harmonies of #8DBAB4
Complementary color
Monochromatic Colors of #8DBAB4
Black with #8DBAB4
Text Example
Text Example
White with #8DBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAB4; }
p { color: rgb(141,186,180); }
H1.HeaderClassName
{
color: #8DBAB4;
}
.AnyTagClassName
{
color: #8DBAB4;
}
</style>
background-color css
<style>
a { background-color: #8DBAB4; }
a { background-color: rgb(141,186,180); }
div.DivClassName
{
background-color: #8DBAB4;
}
.BgClassName
{
background-color: #8DBAB4;
}
</style>
border-color css
<style>
span { border-color: #8DBAB4; }
span { border-color: rgb(141,186,180); }
td.TdClassName
{
border-color: #8DBAB4;
}
.TagClassName
{
border-color: #8DBAB4;
}
</style>