Shades of Submarine #91A09F
Tints of Submarine #91A09F
RGB
CMYK
RGB Variations
Color information
#91A09F (or 0x91A09F) is known color: Submarine. HEX triplet: 91, A0 and 9F. RGB value is (145,160,159). Sum of RGB (Red+Green+Blue) = 145+160+159=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 160 - color contains mainly: green. Hex color #91A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A09F is #6E5F60. Grayscale: #9B9B9B. Windows color (decimal): -7233377 or 10461329. OLE color: 10461329.
HSL color Cylindrical-coordinate representation of color #91A09F: hue angle of 176º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91A09F is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 159 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.37 |
| HSL | 176º | 0.07% | 0.6% | - |
| HSV(B) | 176º | 0.09% | 0.63% | - |
| XYZ | 30.51 | 33.66 | 37.69 | - |
| YUV | 155.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 159 | 0.09 | 0 | 0.01 | 0.37 | 176 | 0.07 | 0.6 |
| Hex | 91 | A0 | 9F | 9 | 0 | 1 | 25 | B0 | 7 | 3C |
| Octal | 221 | 240 | 237 | 11 | 0 | 1 | 45 | 260 | 7 | 74 |
| Binary | 10010001 | 10100000 | 10011111 | 1001 | 0 | 1 | 100101 | 10110000 | 111 | 111100 |
Color Harmonies of #91A09F
Complementary color
Monochromatic Colors of #91A09F
Black with #91A09F
Text Example
Text Example
White with #91A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A09F; }
p { color: rgb(145,160,159); }
H1.HeaderClassName
{
color: #91A09F;
}
.AnyTagClassName
{
color: #91A09F;
}
</style>
background-color css
<style>
a { background-color: #91A09F; }
a { background-color: rgb(145,160,159); }
div.DivClassName
{
background-color: #91A09F;
}
.BgClassName
{
background-color: #91A09F;
}
</style>
border-color css
<style>
span { border-color: #91A09F; }
span { border-color: rgb(145,160,159); }
td.TdClassName
{
border-color: #91A09F;
}
.TagClassName
{
border-color: #91A09F;
}
</style>