Shades of Shadow Green #8BBAB5
Tints of Shadow Green #8BBAB5
RGB
CMYK
RGB Variations
Color information
#8BBAB5 (or 0x8BBAB5) is known color: Shadow Green. HEX triplet: 8B, BA and B5. RGB value is (139,186,181). Sum of RGB (Red+Green+Blue) = 139+186+181=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBAB5 is #74454A. Grayscale: #ABABAB. Windows color (decimal): -7619915 or 11909771. OLE color: 11909771.
HSL color Cylindrical-coordinate representation of color #8BBAB5: hue angle of 173.62º 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 #8BBAB5 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 181 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.27 |
| HSL | 173.62º | 0.25% | 0.64% | - |
| HSV(B) | 173.62º | 0.25% | 0.73% | - |
| XYZ | 36.55 | 43.94 | 50.27 | - |
| YUV | 171.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 181 | 0.25 | 0 | 0.03 | 0.27 | 173.62 | 0.25 | 0.64 |
| Hex | 8B | BA | B5 | 19 | 0 | 3 | 1B | AE | 19 | 40 |
| Octal | 213 | 272 | 265 | 31 | 0 | 3 | 33 | 256 | 31 | 100 |
| Binary | 10001011 | 10111010 | 10110101 | 11001 | 0 | 11 | 11011 | 10101110 | 11001 | 1000000 |
Color Harmonies of #8BBAB5
Complementary color
Monochromatic Colors of #8BBAB5
Black with #8BBAB5
Text Example
Text Example
White with #8BBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBAB5; }
p { color: rgb(139,186,181); }
H1.HeaderClassName
{
color: #8BBAB5;
}
.AnyTagClassName
{
color: #8BBAB5;
}
</style>
background-color css
<style>
a { background-color: #8BBAB5; }
a { background-color: rgb(139,186,181); }
div.DivClassName
{
background-color: #8BBAB5;
}
.BgClassName
{
background-color: #8BBAB5;
}
</style>
border-color css
<style>
span { border-color: #8BBAB5; }
span { border-color: rgb(139,186,181); }
td.TdClassName
{
border-color: #8BBAB5;
}
.TagClassName
{
border-color: #8BBAB5;
}
</style>