Shades of Submarine #94A09F
Tints of Submarine #94A09F
RGB
CMYK
RGB Variations
Color information
#94A09F (or 0x94A09F) is known color: Submarine. HEX triplet: 94, A0 and 9F. RGB value is (148,160,159). Sum of RGB (Red+Green+Blue) = 148+160+159=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 160 - color contains mainly: green. Hex color #94A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A09F is #6B5F60. Grayscale: #9C9C9C. Windows color (decimal): -7036769 or 10461332. OLE color: 10461332.
HSL color Cylindrical-coordinate representation of color #94A09F: hue angle of 175º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94A09F is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 159 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.37 |
| HSL | 175º | 0.06% | 0.6% | - |
| HSV(B) | 175º | 0.07% | 0.63% | - |
| XYZ | 31.04 | 33.94 | 37.72 | - |
| YUV | 156.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 159 | 0.07 | 0 | 0.01 | 0.37 | 175 | 0.06 | 0.6 |
| Hex | 94 | A0 | 9F | 7 | 0 | 1 | 25 | AF | 6 | 3C |
| Octal | 224 | 240 | 237 | 7 | 0 | 1 | 45 | 257 | 6 | 74 |
| Binary | 10010100 | 10100000 | 10011111 | 111 | 0 | 1 | 100101 | 10101111 | 110 | 111100 |
Color Harmonies of #94A09F
Complementary color
Monochromatic Colors of #94A09F
Black with #94A09F
Text Example
Text Example
White with #94A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A09F; }
p { color: rgb(148,160,159); }
H1.HeaderClassName
{
color: #94A09F;
}
.AnyTagClassName
{
color: #94A09F;
}
</style>
background-color css
<style>
a { background-color: #94A09F; }
a { background-color: rgb(148,160,159); }
div.DivClassName
{
background-color: #94A09F;
}
.BgClassName
{
background-color: #94A09F;
}
</style>
border-color css
<style>
span { border-color: #94A09F; }
span { border-color: rgb(148,160,159); }
td.TdClassName
{
border-color: #94A09F;
}
.TagClassName
{
border-color: #94A09F;
}
</style>