Shades of Shadow Green #8ABAB3
Tints of Shadow Green #8ABAB3
RGB
CMYK
RGB Variations
Color information
#8ABAB3 (or 0x8ABAB3) is known color: Shadow Green. HEX triplet: 8A, BA and B3. RGB value is (138,186,179). Sum of RGB (Red+Green+Blue) = 138+186+179=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAB3 is #75454C. Grayscale: #AAAAAA. Windows color (decimal): -7685453 or 11778698. OLE color: 11778698.
HSL color Cylindrical-coordinate representation of color #8ABAB3: hue angle of 171.25º 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 #8ABAB3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 179 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.27 |
| HSL | 171.25º | 0.26% | 0.64% | - |
| HSV(B) | 171.25º | 0.26% | 0.73% | - |
| XYZ | 36.18 | 43.78 | 49.19 | - |
| YUV | 170.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 179 | 0.26 | 0 | 0.04 | 0.27 | 171.25 | 0.26 | 0.64 |
| Hex | 8A | BA | B3 | 1A | 0 | 4 | 1B | AB | 1A | 40 |
| Octal | 212 | 272 | 263 | 32 | 0 | 4 | 33 | 253 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10110011 | 11010 | 0 | 100 | 11011 | 10101011 | 11010 | 1000000 |
Color Harmonies of #8ABAB3
Complementary color
Monochromatic Colors of #8ABAB3
Black with #8ABAB3
Text Example
Text Example
White with #8ABAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAB3; }
p { color: rgb(138,186,179); }
H1.HeaderClassName
{
color: #8ABAB3;
}
.AnyTagClassName
{
color: #8ABAB3;
}
</style>
background-color css
<style>
a { background-color: #8ABAB3; }
a { background-color: rgb(138,186,179); }
div.DivClassName
{
background-color: #8ABAB3;
}
.BgClassName
{
background-color: #8ABAB3;
}
</style>
border-color css
<style>
span { border-color: #8ABAB3; }
span { border-color: rgb(138,186,179); }
td.TdClassName
{
border-color: #8ABAB3;
}
.TagClassName
{
border-color: #8ABAB3;
}
</style>