Shades of Shadow Green #8DBBB1
Tints of Shadow Green #8DBBB1
RGB
CMYK
RGB Variations
Color information
#8DBBB1 (or 0x8DBBB1) is known color: Shadow Green. HEX triplet: 8D, BB and B1. RGB value is (141,187,177). Sum of RGB (Red+Green+Blue) = 141+187+177=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBB1 is #72444E. Grayscale: #ACACAC. Windows color (decimal): -7488591 or 11647885. OLE color: 11647885.
HSL color Cylindrical-coordinate representation of color #8DBBB1: hue angle of 166.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBBB1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 177 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.27 |
| HSL | 166.96º | 0.25% | 0.64% | - |
| HSV(B) | 166.96º | 0.25% | 0.73% | - |
| XYZ | 36.69 | 44.38 | 48.23 | - |
| YUV | 172.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 177 | 0.25 | 0 | 0.05 | 0.27 | 166.96 | 0.25 | 0.64 |
| Hex | 8D | BB | B1 | 19 | 0 | 5 | 1B | A7 | 19 | 40 |
| Octal | 215 | 273 | 261 | 31 | 0 | 5 | 33 | 247 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10110001 | 11001 | 0 | 101 | 11011 | 10100111 | 11001 | 1000000 |
Color Harmonies of #8DBBB1
Complementary color
Monochromatic Colors of #8DBBB1
Black with #8DBBB1
Text Example
Text Example
White with #8DBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBB1; }
p { color: rgb(141,187,177); }
H1.HeaderClassName
{
color: #8DBBB1;
}
.AnyTagClassName
{
color: #8DBBB1;
}
</style>
background-color css
<style>
a { background-color: #8DBBB1; }
a { background-color: rgb(141,187,177); }
div.DivClassName
{
background-color: #8DBBB1;
}
.BgClassName
{
background-color: #8DBBB1;
}
</style>
border-color css
<style>
span { border-color: #8DBBB1; }
span { border-color: rgb(141,187,177); }
td.TdClassName
{
border-color: #8DBBB1;
}
.TagClassName
{
border-color: #8DBBB1;
}
</style>