Shades of Submarine #949A99
Tints of Submarine #949A99
RGB
CMYK
RGB Variations
Color information
#949A99 (or 0x949A99) is known color: Submarine. HEX triplet: 94, 9A and 99. RGB value is (148,154,153). Sum of RGB (Red+Green+Blue) = 148+154+153=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 154 - color contains mainly: green. Hex color #949A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A99 is #6B6566. Grayscale: #989898. Windows color (decimal): -7038311 or 10066580. OLE color: 10066580.
HSL color Cylindrical-coordinate representation of color #949A99: hue angle of 170º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #949A99 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 154 | 153 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.40 |
| HSL | 170º | 0.03% | 0.59% | - |
| HSV(B) | 170º | 0.04% | 0.6% | - |
| XYZ | 29.52 | 31.71 | 34.7 | - |
| YUV | 152.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 153 | 0.04 | 0 | 0.01 | 0.40 | 170 | 0.03 | 0.59 |
| Hex | 94 | 9A | 99 | 4 | 0 | 1 | 28 | AA | 3 | 3B |
| Octal | 224 | 232 | 231 | 4 | 0 | 1 | 50 | 252 | 3 | 73 |
| Binary | 10010100 | 10011010 | 10011001 | 100 | 0 | 1 | 101000 | 10101010 | 11 | 111011 |
Color Harmonies of #949A99
Complementary color
Monochromatic Colors of #949A99
Black with #949A99
Text Example
Text Example
White with #949A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A99; }
p { color: rgb(148,154,153); }
H1.HeaderClassName
{
color: #949A99;
}
.AnyTagClassName
{
color: #949A99;
}
</style>
background-color css
<style>
a { background-color: #949A99; }
a { background-color: rgb(148,154,153); }
div.DivClassName
{
background-color: #949A99;
}
.BgClassName
{
background-color: #949A99;
}
</style>
border-color css
<style>
span { border-color: #949A99; }
span { border-color: rgb(148,154,153); }
td.TdClassName
{
border-color: #949A99;
}
.TagClassName
{
border-color: #949A99;
}
</style>