Shades of Submarine #8BA19E
Tints of Submarine #8BA19E
RGB
CMYK
RGB Variations
Color information
#8BA19E (or 0x8BA19E) is known color: Submarine. HEX triplet: 8B, A1 and 9E. RGB value is (139,161,158). Sum of RGB (Red+Green+Blue) = 139+161+158=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA19E is #745E61. Grayscale: #9A9A9A. Windows color (decimal): -7626338 or 10396043. OLE color: 10396043.
HSL color Cylindrical-coordinate representation of color #8BA19E: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA19E is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 158 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.37 |
| HSL | 171.82º | 0.1% | 0.59% | - |
| HSV(B) | 171.82º | 0.14% | 0.63% | - |
| XYZ | 29.56 | 33.45 | 37.25 | - |
| YUV | 154.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 158 | 0.14 | 0 | 0.02 | 0.37 | 171.82 | 0.1 | 0.59 |
| Hex | 8B | A1 | 9E | E | 0 | 2 | 25 | AC | A | 3B |
| Octal | 213 | 241 | 236 | 16 | 0 | 2 | 45 | 254 | 12 | 73 |
| Binary | 10001011 | 10100001 | 10011110 | 1110 | 0 | 10 | 100101 | 10101100 | 1010 | 111011 |
Color Harmonies of #8BA19E
Complementary color
Monochromatic Colors of #8BA19E
Black with #8BA19E
Text Example
Text Example
White with #8BA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA19E; }
p { color: rgb(139,161,158); }
H1.HeaderClassName
{
color: #8BA19E;
}
.AnyTagClassName
{
color: #8BA19E;
}
</style>
background-color css
<style>
a { background-color: #8BA19E; }
a { background-color: rgb(139,161,158); }
div.DivClassName
{
background-color: #8BA19E;
}
.BgClassName
{
background-color: #8BA19E;
}
</style>
border-color css
<style>
span { border-color: #8BA19E; }
span { border-color: rgb(139,161,158); }
td.TdClassName
{
border-color: #8BA19E;
}
.TagClassName
{
border-color: #8BA19E;
}
</style>