Shades of Submarine #8C9896
Tints of Submarine #8C9896
RGB
CMYK
RGB Variations
Color information
#8C9896 (or 0x8C9896) is known color: Submarine. HEX triplet: 8C, 98 and 96. RGB value is (140,152,150). Sum of RGB (Red+Green+Blue) = 140+152+150=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9896 is #736769. Grayscale: #949494. Windows color (decimal): -7563114 or 9869452. OLE color: 9869452.
HSL color Cylindrical-coordinate representation of color #8C9896: hue angle of 170º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9896 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 150 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.40 |
| HSL | 170º | 0.06% | 0.57% | - |
| HSV(B) | 170º | 0.08% | 0.6% | - |
| XYZ | 27.55 | 30.23 | 33.24 | - |
| YUV | 148.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 150 | 0.08 | 0 | 0.01 | 0.40 | 170 | 0.06 | 0.57 |
| Hex | 8C | 98 | 96 | 8 | 0 | 1 | 28 | AA | 6 | 39 |
| Octal | 214 | 230 | 226 | 10 | 0 | 1 | 50 | 252 | 6 | 71 |
| Binary | 10001100 | 10011000 | 10010110 | 1000 | 0 | 1 | 101000 | 10101010 | 110 | 111001 |
Color Harmonies of #8C9896
Complementary color
Monochromatic Colors of #8C9896
Black with #8C9896
Text Example
Text Example
White with #8C9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9896; }
p { color: rgb(140,152,150); }
H1.HeaderClassName
{
color: #8C9896;
}
.AnyTagClassName
{
color: #8C9896;
}
</style>
background-color css
<style>
a { background-color: #8C9896; }
a { background-color: rgb(140,152,150); }
div.DivClassName
{
background-color: #8C9896;
}
.BgClassName
{
background-color: #8C9896;
}
</style>
border-color css
<style>
span { border-color: #8C9896; }
span { border-color: rgb(140,152,150); }
td.TdClassName
{
border-color: #8C9896;
}
.TagClassName
{
border-color: #8C9896;
}
</style>