Shades of Shadow Green #8ABAB5
Tints of Shadow Green #8ABAB5
RGB
CMYK
RGB Variations
Color information
#8ABAB5 (or 0x8ABAB5) is known color: Shadow Green. HEX triplet: 8A, BA and B5. RGB value is (138,186,181). Sum of RGB (Red+Green+Blue) = 138+186+181=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAB5 is #75454A. Grayscale: #ABABAB. Windows color (decimal): -7685451 or 11909770. OLE color: 11909770.
HSL color Cylindrical-coordinate representation of color #8ABAB5: hue angle of 173.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABAB5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 181 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.27 |
| HSL | 173.75º | 0.26% | 0.64% | - |
| HSV(B) | 173.75º | 0.26% | 0.73% | - |
| XYZ | 36.38 | 43.86 | 50.26 | - |
| YUV | 171.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 181 | 0.26 | 0 | 0.03 | 0.27 | 173.75 | 0.26 | 0.64 |
| Hex | 8A | BA | B5 | 1A | 0 | 3 | 1B | AE | 1A | 40 |
| Octal | 212 | 272 | 265 | 32 | 0 | 3 | 33 | 256 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10110101 | 11010 | 0 | 11 | 11011 | 10101110 | 11010 | 1000000 |
Color Harmonies of #8ABAB5
Complementary color
Monochromatic Colors of #8ABAB5
Black with #8ABAB5
Text Example
Text Example
White with #8ABAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAB5; }
p { color: rgb(138,186,181); }
H1.HeaderClassName
{
color: #8ABAB5;
}
.AnyTagClassName
{
color: #8ABAB5;
}
</style>
background-color css
<style>
a { background-color: #8ABAB5; }
a { background-color: rgb(138,186,181); }
div.DivClassName
{
background-color: #8ABAB5;
}
.BgClassName
{
background-color: #8ABAB5;
}
</style>
border-color css
<style>
span { border-color: #8ABAB5; }
span { border-color: rgb(138,186,181); }
td.TdClassName
{
border-color: #8ABAB5;
}
.TagClassName
{
border-color: #8ABAB5;
}
</style>