Shades of Submarine #8AA2A3
Tints of Submarine #8AA2A3
RGB
CMYK
RGB Variations
Color information
#8AA2A3 (or 0x8AA2A3) is known color: Submarine. HEX triplet: 8A, A2 and A3. RGB value is (138,162,163). Sum of RGB (Red+Green+Blue) = 138+162+163=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 163 - color contains mainly: blue. Hex color #8AA2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA2A3 is #755D5C. Grayscale: #9A9A9A. Windows color (decimal): -7691613 or 10723978. OLE color: 10723978.
HSL color Cylindrical-coordinate representation of color #8AA2A3: hue angle of 182.4º 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 #8AA2A3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 163 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.36 |
| HSL | 182.4º | 0.12% | 0.59% | - |
| HSV(B) | 182.4º | 0.15% | 0.64% | - |
| XYZ | 30.01 | 33.89 | 39.61 | - |
| YUV | 154.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 163 | 0.15 | 0.01 | 0 | 0.36 | 182.4 | 0.12 | 0.59 |
| Hex | 8A | A2 | A3 | F | 1 | 0 | 24 | B6 | C | 3B |
| Octal | 212 | 242 | 243 | 17 | 1 | 0 | 44 | 266 | 14 | 73 |
| Binary | 10001010 | 10100010 | 10100011 | 1111 | 1 | 0 | 100100 | 10110110 | 1100 | 111011 |
Color Harmonies of #8AA2A3
Complementary color
Monochromatic Colors of #8AA2A3
Black with #8AA2A3
Text Example
Text Example
White with #8AA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA2A3; }
p { color: rgb(138,162,163); }
H1.HeaderClassName
{
color: #8AA2A3;
}
.AnyTagClassName
{
color: #8AA2A3;
}
</style>
background-color css
<style>
a { background-color: #8AA2A3; }
a { background-color: rgb(138,162,163); }
div.DivClassName
{
background-color: #8AA2A3;
}
.BgClassName
{
background-color: #8AA2A3;
}
</style>
border-color css
<style>
span { border-color: #8AA2A3; }
span { border-color: rgb(138,162,163); }
td.TdClassName
{
border-color: #8AA2A3;
}
.TagClassName
{
border-color: #8AA2A3;
}
</style>