Shades of Shadow Green #8ABAB4
Tints of Shadow Green #8ABAB4
RGB
CMYK
RGB Variations
Color information
#8ABAB4 (or 0x8ABAB4) is known color: Shadow Green. HEX triplet: 8A, BA and B4. RGB value is (138,186,180). Sum of RGB (Red+Green+Blue) = 138+186+180=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAB4 is #75454B. Grayscale: #AAAAAA. Windows color (decimal): -7685452 or 11844234. OLE color: 11844234.
HSL color Cylindrical-coordinate representation of color #8ABAB4: hue angle of 172.5º 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 #8ABAB4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 180 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.27 |
| HSL | 172.5º | 0.26% | 0.64% | - |
| HSV(B) | 172.5º | 0.26% | 0.73% | - |
| XYZ | 36.28 | 43.82 | 49.73 | - |
| YUV | 170.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 180 | 0.26 | 0 | 0.03 | 0.27 | 172.5 | 0.26 | 0.64 |
| Hex | 8A | BA | B4 | 1A | 0 | 3 | 1B | AC | 1A | 40 |
| Octal | 212 | 272 | 264 | 32 | 0 | 3 | 33 | 254 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10110100 | 11010 | 0 | 11 | 11011 | 10101100 | 11010 | 1000000 |
Color Harmonies of #8ABAB4
Complementary color
Monochromatic Colors of #8ABAB4
Black with #8ABAB4
Text Example
Text Example
White with #8ABAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAB4; }
p { color: rgb(138,186,180); }
H1.HeaderClassName
{
color: #8ABAB4;
}
.AnyTagClassName
{
color: #8ABAB4;
}
</style>
background-color css
<style>
a { background-color: #8ABAB4; }
a { background-color: rgb(138,186,180); }
div.DivClassName
{
background-color: #8ABAB4;
}
.BgClassName
{
background-color: #8ABAB4;
}
</style>
border-color css
<style>
span { border-color: #8ABAB4; }
span { border-color: rgb(138,186,180); }
td.TdClassName
{
border-color: #8ABAB4;
}
.TagClassName
{
border-color: #8ABAB4;
}
</style>