Shades of Submarine #8AA3A0
Tints of Submarine #8AA3A0
RGB
CMYK
RGB Variations
Color information
#8AA3A0 (or 0x8AA3A0) is known color: Submarine. HEX triplet: 8A, A3 and A0. RGB value is (138,163,160). Sum of RGB (Red+Green+Blue) = 138+163+160=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA3A0 is #755C5F. Grayscale: #9B9B9B. Windows color (decimal): -7691360 or 10527626. OLE color: 10527626.
HSL color Cylindrical-coordinate representation of color #8AA3A0: hue angle of 172.8º 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 #8AA3A0 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 160 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.36 |
| HSL | 172.8º | 0.12% | 0.59% | - |
| HSV(B) | 172.8º | 0.15% | 0.64% | - |
| XYZ | 29.92 | 34.14 | 38.27 | - |
| YUV | 155.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 160 | 0.15 | 0 | 0.02 | 0.36 | 172.8 | 0.12 | 0.59 |
| Hex | 8A | A3 | A0 | F | 0 | 2 | 24 | AD | C | 3B |
| Octal | 212 | 243 | 240 | 17 | 0 | 2 | 44 | 255 | 14 | 73 |
| Binary | 10001010 | 10100011 | 10100000 | 1111 | 0 | 10 | 100100 | 10101101 | 1100 | 111011 |
Color Harmonies of #8AA3A0
Complementary color
Monochromatic Colors of #8AA3A0
Black with #8AA3A0
Text Example
Text Example
White with #8AA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3A0; }
p { color: rgb(138,163,160); }
H1.HeaderClassName
{
color: #8AA3A0;
}
.AnyTagClassName
{
color: #8AA3A0;
}
</style>
background-color css
<style>
a { background-color: #8AA3A0; }
a { background-color: rgb(138,163,160); }
div.DivClassName
{
background-color: #8AA3A0;
}
.BgClassName
{
background-color: #8AA3A0;
}
</style>
border-color css
<style>
span { border-color: #8AA3A0; }
span { border-color: rgb(138,163,160); }
td.TdClassName
{
border-color: #8AA3A0;
}
.TagClassName
{
border-color: #8AA3A0;
}
</style>