Shades of Submarine #8A9C99
Tints of Submarine #8A9C99
RGB
CMYK
RGB Variations
Color information
#8A9C99 (or 0x8A9C99) is known color: Submarine. HEX triplet: 8A, 9C and 99. RGB value is (138,156,153). Sum of RGB (Red+Green+Blue) = 138+156+153=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C99 is #756366. Grayscale: #969696. Windows color (decimal): -7693159 or 10067082. OLE color: 10067082.
HSL color Cylindrical-coordinate representation of color #8A9C99: hue angle of 170º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A9C99 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 153 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.39 |
| HSL | 170º | 0.08% | 0.58% | - |
| HSV(B) | 170º | 0.12% | 0.61% | - |
| XYZ | 28.12 | 31.48 | 34.73 | - |
| YUV | 150.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 153 | 0.12 | 0 | 0.02 | 0.39 | 170 | 0.08 | 0.58 |
| Hex | 8A | 9C | 99 | C | 0 | 2 | 27 | AA | 8 | 3A |
| Octal | 212 | 234 | 231 | 14 | 0 | 2 | 47 | 252 | 10 | 72 |
| Binary | 10001010 | 10011100 | 10011001 | 1100 | 0 | 10 | 100111 | 10101010 | 1000 | 111010 |
Color Harmonies of #8A9C99
Complementary color
Monochromatic Colors of #8A9C99
Black with #8A9C99
Text Example
Text Example
White with #8A9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C99; }
p { color: rgb(138,156,153); }
H1.HeaderClassName
{
color: #8A9C99;
}
.AnyTagClassName
{
color: #8A9C99;
}
</style>
background-color css
<style>
a { background-color: #8A9C99; }
a { background-color: rgb(138,156,153); }
div.DivClassName
{
background-color: #8A9C99;
}
.BgClassName
{
background-color: #8A9C99;
}
</style>
border-color css
<style>
span { border-color: #8A9C99; }
span { border-color: rgb(138,156,153); }
td.TdClassName
{
border-color: #8A9C99;
}
.TagClassName
{
border-color: #8A9C99;
}
</style>