Shades of Shadow Green #8DBDAE
Tints of Shadow Green #8DBDAE
RGB
CMYK
RGB Variations
Color information
#8DBDAE (or 0x8DBDAE) is known color: Shadow Green. HEX triplet: 8D, BD and AE. RGB value is (141,189,174). Sum of RGB (Red+Green+Blue) = 141+189+174=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBDAE is #724251. Grayscale: #ACACAC. Windows color (decimal): -7488082 or 11451789. OLE color: 11451789.
HSL color Cylindrical-coordinate representation of color #8DBDAE: hue angle of 161.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBDAE is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 174 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.26 |
| HSL | 161.25º | 0.27% | 0.65% | - |
| HSV(B) | 161.25º | 0.25% | 0.74% | - |
| XYZ | 36.82 | 45.11 | 46.81 | - |
| YUV | 172.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 174 | 0.25 | 0 | 0.08 | 0.26 | 161.25 | 0.27 | 0.65 |
| Hex | 8D | BD | AE | 19 | 0 | 8 | 1A | A1 | 1B | 41 |
| Octal | 215 | 275 | 256 | 31 | 0 | 10 | 32 | 241 | 33 | 101 |
| Binary | 10001101 | 10111101 | 10101110 | 11001 | 0 | 1000 | 11010 | 10100001 | 11011 | 1000001 |
Color Harmonies of #8DBDAE
Complementary color
Monochromatic Colors of #8DBDAE
Black with #8DBDAE
Text Example
Text Example
White with #8DBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDAE; }
p { color: rgb(141,189,174); }
H1.HeaderClassName
{
color: #8DBDAE;
}
.AnyTagClassName
{
color: #8DBDAE;
}
</style>
background-color css
<style>
a { background-color: #8DBDAE; }
a { background-color: rgb(141,189,174); }
div.DivClassName
{
background-color: #8DBDAE;
}
.BgClassName
{
background-color: #8DBDAE;
}
</style>
border-color css
<style>
span { border-color: #8DBDAE; }
span { border-color: rgb(141,189,174); }
td.TdClassName
{
border-color: #8DBDAE;
}
.TagClassName
{
border-color: #8DBDAE;
}
</style>