Shades of Submarine #8AA09D
Tints of Submarine #8AA09D
RGB
CMYK
RGB Variations
Color information
#8AA09D (or 0x8AA09D) is known color: Submarine. HEX triplet: 8A, A0 and 9D. RGB value is (138,160,157). Sum of RGB (Red+Green+Blue) = 138+160+157=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA09D is #755F62. Grayscale: #999999. Windows color (decimal): -7692131 or 10330250. OLE color: 10330250.
HSL color Cylindrical-coordinate representation of color #8AA09D: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA09D is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 157 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.37 |
| HSL | 171.82º | 0.1% | 0.58% | - |
| HSV(B) | 171.82º | 0.14% | 0.63% | - |
| XYZ | 29.14 | 32.98 | 36.73 | - |
| YUV | 153.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 157 | 0.14 | 0 | 0.02 | 0.37 | 171.82 | 0.1 | 0.58 |
| Hex | 8A | A0 | 9D | E | 0 | 2 | 25 | AC | A | 3A |
| Octal | 212 | 240 | 235 | 16 | 0 | 2 | 45 | 254 | 12 | 72 |
| Binary | 10001010 | 10100000 | 10011101 | 1110 | 0 | 10 | 100101 | 10101100 | 1010 | 111010 |
Color Harmonies of #8AA09D
Complementary color
Monochromatic Colors of #8AA09D
Black with #8AA09D
Text Example
Text Example
White with #8AA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA09D; }
p { color: rgb(138,160,157); }
H1.HeaderClassName
{
color: #8AA09D;
}
.AnyTagClassName
{
color: #8AA09D;
}
</style>
background-color css
<style>
a { background-color: #8AA09D; }
a { background-color: rgb(138,160,157); }
div.DivClassName
{
background-color: #8AA09D;
}
.BgClassName
{
background-color: #8AA09D;
}
</style>
border-color css
<style>
span { border-color: #8AA09D; }
span { border-color: rgb(138,160,157); }
td.TdClassName
{
border-color: #8AA09D;
}
.TagClassName
{
border-color: #8AA09D;
}
</style>