Shades of Submarine #959F9E
Tints of Submarine #959F9E
RGB
CMYK
RGB Variations
Color information
#959F9E (or 0x959F9E) is known color: Submarine. HEX triplet: 95, 9F and 9E. RGB value is (149,159,158). Sum of RGB (Red+Green+Blue) = 149+159+158=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 159 - color contains mainly: green. Hex color #959F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F9E is #6A6061. Grayscale: #9B9B9B. Windows color (decimal): -6971490 or 10395541. OLE color: 10395541.
HSL color Cylindrical-coordinate representation of color #959F9E: hue angle of 174º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959F9E is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 158 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.38 |
| HSL | 174º | 0.05% | 0.6% | - |
| HSV(B) | 174º | 0.06% | 0.62% | - |
| XYZ | 30.96 | 33.65 | 37.21 | - |
| YUV | 155.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 158 | 0.06 | 0 | 0.01 | 0.38 | 174 | 0.05 | 0.6 |
| Hex | 95 | 9F | 9E | 6 | 0 | 1 | 26 | AE | 5 | 3C |
| Octal | 225 | 237 | 236 | 6 | 0 | 1 | 46 | 256 | 5 | 74 |
| Binary | 10010101 | 10011111 | 10011110 | 110 | 0 | 1 | 100110 | 10101110 | 101 | 111100 |
Color Harmonies of #959F9E
Complementary color
Monochromatic Colors of #959F9E
Black with #959F9E
Text Example
Text Example
White with #959F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F9E; }
p { color: rgb(149,159,158); }
H1.HeaderClassName
{
color: #959F9E;
}
.AnyTagClassName
{
color: #959F9E;
}
</style>
background-color css
<style>
a { background-color: #959F9E; }
a { background-color: rgb(149,159,158); }
div.DivClassName
{
background-color: #959F9E;
}
.BgClassName
{
background-color: #959F9E;
}
</style>
border-color css
<style>
span { border-color: #959F9E; }
span { border-color: rgb(149,159,158); }
td.TdClassName
{
border-color: #959F9E;
}
.TagClassName
{
border-color: #959F9E;
}
</style>