Shades of Submarine #8AA3A1
Tints of Submarine #8AA3A1
RGB
CMYK
RGB Variations
Color information
#8AA3A1 (or 0x8AA3A1) is known color: Submarine. HEX triplet: 8A, A3 and A1. RGB value is (138,163,161). Sum of RGB (Red+Green+Blue) = 138+163+161=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA3A1 is #755C5E. Grayscale: #9B9B9B. Windows color (decimal): -7691359 or 10593162. OLE color: 10593162.
HSL color Cylindrical-coordinate representation of color #8AA3A1: hue angle of 175.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA3A1 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 161 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.36 |
| HSL | 175.2º | 0.12% | 0.59% | - |
| HSV(B) | 175.2º | 0.15% | 0.64% | - |
| XYZ | 30.01 | 34.17 | 38.73 | - |
| YUV | 155.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 161 | 0.15 | 0 | 0.01 | 0.36 | 175.2 | 0.12 | 0.59 |
| Hex | 8A | A3 | A1 | F | 0 | 1 | 24 | AF | C | 3B |
| Octal | 212 | 243 | 241 | 17 | 0 | 1 | 44 | 257 | 14 | 73 |
| Binary | 10001010 | 10100011 | 10100001 | 1111 | 0 | 1 | 100100 | 10101111 | 1100 | 111011 |
Color Harmonies of #8AA3A1
Complementary color
Monochromatic Colors of #8AA3A1
Black with #8AA3A1
Text Example
Text Example
White with #8AA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3A1; }
p { color: rgb(138,163,161); }
H1.HeaderClassName
{
color: #8AA3A1;
}
.AnyTagClassName
{
color: #8AA3A1;
}
</style>
background-color css
<style>
a { background-color: #8AA3A1; }
a { background-color: rgb(138,163,161); }
div.DivClassName
{
background-color: #8AA3A1;
}
.BgClassName
{
background-color: #8AA3A1;
}
</style>
border-color css
<style>
span { border-color: #8AA3A1; }
span { border-color: rgb(138,163,161); }
td.TdClassName
{
border-color: #8AA3A1;
}
.TagClassName
{
border-color: #8AA3A1;
}
</style>