Shades of Shadow Green #8DBBAE
Tints of Shadow Green #8DBBAE
RGB
CMYK
RGB Variations
Color information
#8DBBAE (or 0x8DBBAE) is known color: Shadow Green. HEX triplet: 8D, BB and AE. RGB value is (141,187,174). Sum of RGB (Red+Green+Blue) = 141+187+174=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBAE is #724451. Grayscale: #ABABAB. Windows color (decimal): -7488594 or 11451277. OLE color: 11451277.
HSL color Cylindrical-coordinate representation of color #8DBBAE: hue angle of 163.04º 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 #8DBBAE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 174 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.27 |
| HSL | 163.04º | 0.25% | 0.64% | - |
| HSV(B) | 163.04º | 0.25% | 0.73% | - |
| XYZ | 36.39 | 44.26 | 46.67 | - |
| YUV | 171.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 174 | 0.25 | 0 | 0.07 | 0.27 | 163.04 | 0.25 | 0.64 |
| Hex | 8D | BB | AE | 19 | 0 | 7 | 1B | A3 | 19 | 40 |
| Octal | 215 | 273 | 256 | 31 | 0 | 7 | 33 | 243 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10101110 | 11001 | 0 | 111 | 11011 | 10100011 | 11001 | 1000000 |
Color Harmonies of #8DBBAE
Complementary color
Monochromatic Colors of #8DBBAE
Black with #8DBBAE
Text Example
Text Example
White with #8DBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBAE; }
p { color: rgb(141,187,174); }
H1.HeaderClassName
{
color: #8DBBAE;
}
.AnyTagClassName
{
color: #8DBBAE;
}
</style>
background-color css
<style>
a { background-color: #8DBBAE; }
a { background-color: rgb(141,187,174); }
div.DivClassName
{
background-color: #8DBBAE;
}
.BgClassName
{
background-color: #8DBBAE;
}
</style>
border-color css
<style>
span { border-color: #8DBBAE; }
span { border-color: rgb(141,187,174); }
td.TdClassName
{
border-color: #8DBBAE;
}
.TagClassName
{
border-color: #8DBBAE;
}
</style>