Shades of Submarine #8CA0A3
Tints of Submarine #8CA0A3
RGB
CMYK
RGB Variations
Color information
#8CA0A3 (or 0x8CA0A3) is known color: Submarine. HEX triplet: 8C, A0 and A3. RGB value is (140,160,163). Sum of RGB (Red+Green+Blue) = 140+160+163=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 163 - color contains mainly: blue. Hex color #8CA0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA0A3 is #735F5C. Grayscale: #9A9A9A. Windows color (decimal): -7561053 or 10723468. OLE color: 10723468.
HSL color Cylindrical-coordinate representation of color #8CA0A3: hue angle of 187.83º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA0A3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 160 | 163 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.36 |
| HSL | 187.83º | 0.11% | 0.59% | - |
| HSV(B) | 187.83º | 0.14% | 0.64% | - |
| XYZ | 30 | 33.36 | 39.51 | - |
| YUV | 154.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 163 | 0.14 | 0.02 | 0 | 0.36 | 187.83 | 0.11 | 0.59 |
| Hex | 8C | A0 | A3 | E | 2 | 0 | 24 | BC | B | 3B |
| Octal | 214 | 240 | 243 | 16 | 2 | 0 | 44 | 274 | 13 | 73 |
| Binary | 10001100 | 10100000 | 10100011 | 1110 | 10 | 0 | 100100 | 10111100 | 1011 | 111011 |
Color Harmonies of #8CA0A3
Complementary color
Monochromatic Colors of #8CA0A3
Black with #8CA0A3
Text Example
Text Example
White with #8CA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA0A3; }
p { color: rgb(140,160,163); }
H1.HeaderClassName
{
color: #8CA0A3;
}
.AnyTagClassName
{
color: #8CA0A3;
}
</style>
background-color css
<style>
a { background-color: #8CA0A3; }
a { background-color: rgb(140,160,163); }
div.DivClassName
{
background-color: #8CA0A3;
}
.BgClassName
{
background-color: #8CA0A3;
}
</style>
border-color css
<style>
span { border-color: #8CA0A3; }
span { border-color: rgb(140,160,163); }
td.TdClassName
{
border-color: #8CA0A3;
}
.TagClassName
{
border-color: #8CA0A3;
}
</style>