Shades of Shadow Green #8DBBB5
Tints of Shadow Green #8DBBB5
RGB
CMYK
RGB Variations
Color information
#8DBBB5 (or 0x8DBBB5) is known color: Shadow Green. HEX triplet: 8D, BB and B5. RGB value is (141,187,181). Sum of RGB (Red+Green+Blue) = 141+187+181=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBB5 is #72444A. Grayscale: #ACACAC. Windows color (decimal): -7488587 or 11910029. OLE color: 11910029.
HSL color Cylindrical-coordinate representation of color #8DBBB5: hue angle of 172.17º 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 #8DBBB5 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 181 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.27 |
| HSL | 172.17º | 0.25% | 0.64% | - |
| HSV(B) | 172.17º | 0.25% | 0.73% | - |
| XYZ | 37.1 | 44.54 | 50.36 | - |
| YUV | 172.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 181 | 0.25 | 0 | 0.03 | 0.27 | 172.17 | 0.25 | 0.64 |
| Hex | 8D | BB | B5 | 19 | 0 | 3 | 1B | AC | 19 | 40 |
| Octal | 215 | 273 | 265 | 31 | 0 | 3 | 33 | 254 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10110101 | 11001 | 0 | 11 | 11011 | 10101100 | 11001 | 1000000 |
Color Harmonies of #8DBBB5
Complementary color
Monochromatic Colors of #8DBBB5
Black with #8DBBB5
Text Example
Text Example
White with #8DBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBB5; }
p { color: rgb(141,187,181); }
H1.HeaderClassName
{
color: #8DBBB5;
}
.AnyTagClassName
{
color: #8DBBB5;
}
</style>
background-color css
<style>
a { background-color: #8DBBB5; }
a { background-color: rgb(141,187,181); }
div.DivClassName
{
background-color: #8DBBB5;
}
.BgClassName
{
background-color: #8DBBB5;
}
</style>
border-color css
<style>
span { border-color: #8DBBB5; }
span { border-color: rgb(141,187,181); }
td.TdClassName
{
border-color: #8DBBB5;
}
.TagClassName
{
border-color: #8DBBB5;
}
</style>