Shades of Shadow Green #8BBDAE
Tints of Shadow Green #8BBDAE
RGB
CMYK
RGB Variations
Color information
#8BBDAE (or 0x8BBDAE) is known color: Shadow Green. HEX triplet: 8B, BD and AE. RGB value is (139,189,174). Sum of RGB (Red+Green+Blue) = 139+189+174=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBDAE is #744251. Grayscale: #ACACAC. Windows color (decimal): -7619154 or 11451787. OLE color: 11451787.
HSL color Cylindrical-coordinate representation of color #8BBDAE: hue angle of 162º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBDAE is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 174 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.26 |
| HSL | 162º | 0.27% | 0.64% | - |
| HSV(B) | 162º | 0.26% | 0.74% | - |
| XYZ | 36.49 | 44.94 | 46.8 | - |
| YUV | 172.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 174 | 0.26 | 0 | 0.08 | 0.26 | 162 | 0.27 | 0.64 |
| Hex | 8B | BD | AE | 1A | 0 | 8 | 1A | A2 | 1B | 40 |
| Octal | 213 | 275 | 256 | 32 | 0 | 10 | 32 | 242 | 33 | 100 |
| Binary | 10001011 | 10111101 | 10101110 | 11010 | 0 | 1000 | 11010 | 10100010 | 11011 | 1000000 |
Color Harmonies of #8BBDAE
Complementary color
Monochromatic Colors of #8BBDAE
Black with #8BBDAE
Text Example
Text Example
White with #8BBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDAE; }
p { color: rgb(139,189,174); }
H1.HeaderClassName
{
color: #8BBDAE;
}
.AnyTagClassName
{
color: #8BBDAE;
}
</style>
background-color css
<style>
a { background-color: #8BBDAE; }
a { background-color: rgb(139,189,174); }
div.DivClassName
{
background-color: #8BBDAE;
}
.BgClassName
{
background-color: #8BBDAE;
}
</style>
border-color css
<style>
span { border-color: #8BBDAE; }
span { border-color: rgb(139,189,174); }
td.TdClassName
{
border-color: #8BBDAE;
}
.TagClassName
{
border-color: #8BBDAE;
}
</style>