Shades of Submarine #8AA2A1
Tints of Submarine #8AA2A1
RGB
CMYK
RGB Variations
Color information
#8AA2A1 (or 0x8AA2A1) is known color: Submarine. HEX triplet: 8A, A2 and A1. RGB value is (138,162,161). Sum of RGB (Red+Green+Blue) = 138+162+161=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA2A1 is #755D5E. Grayscale: #9A9A9A. Windows color (decimal): -7691615 or 10592906. OLE color: 10592906.
HSL color Cylindrical-coordinate representation of color #8AA2A1: hue angle of 177.5º degrees, saturation: 0.11, 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 #8AA2A1 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 161 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.36 |
| HSL | 177.5º | 0.11% | 0.59% | - |
| HSV(B) | 177.5º | 0.15% | 0.64% | - |
| XYZ | 29.83 | 33.82 | 38.67 | - |
| YUV | 154.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 161 | 0.15 | 0 | 0.01 | 0.36 | 177.5 | 0.11 | 0.59 |
| Hex | 8A | A2 | A1 | F | 0 | 1 | 24 | B2 | B | 3B |
| Octal | 212 | 242 | 241 | 17 | 0 | 1 | 44 | 262 | 13 | 73 |
| Binary | 10001010 | 10100010 | 10100001 | 1111 | 0 | 1 | 100100 | 10110010 | 1011 | 111011 |
Color Harmonies of #8AA2A1
Complementary color
Monochromatic Colors of #8AA2A1
Black with #8AA2A1
Text Example
Text Example
White with #8AA2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA2A1; }
p { color: rgb(138,162,161); }
H1.HeaderClassName
{
color: #8AA2A1;
}
.AnyTagClassName
{
color: #8AA2A1;
}
</style>
background-color css
<style>
a { background-color: #8AA2A1; }
a { background-color: rgb(138,162,161); }
div.DivClassName
{
background-color: #8AA2A1;
}
.BgClassName
{
background-color: #8AA2A1;
}
</style>
border-color css
<style>
span { border-color: #8AA2A1; }
span { border-color: rgb(138,162,161); }
td.TdClassName
{
border-color: #8AA2A1;
}
.TagClassName
{
border-color: #8AA2A1;
}
</style>