Shades of Submarine #8CA3A2
Tints of Submarine #8CA3A2
RGB
CMYK
RGB Variations
Color information
#8CA3A2 (or 0x8CA3A2) is known color: Submarine. HEX triplet: 8C, A3 and A2. RGB value is (140,163,162). Sum of RGB (Red+Green+Blue) = 140+163+162=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA3A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA3A2 is #735C5D. Grayscale: #9B9B9B. Windows color (decimal): -7560286 or 10658700. OLE color: 10658700.
HSL color Cylindrical-coordinate representation of color #8CA3A2: hue angle of 177.39º 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 #8CA3A2 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 162 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.36 |
| HSL | 177.39º | 0.11% | 0.59% | - |
| HSV(B) | 177.39º | 0.14% | 0.64% | - |
| XYZ | 30.43 | 34.38 | 39.21 | - |
| YUV | 156.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 162 | 0.14 | 0 | 0.01 | 0.36 | 177.39 | 0.11 | 0.59 |
| Hex | 8C | A3 | A2 | E | 0 | 1 | 24 | B1 | B | 3B |
| Octal | 214 | 243 | 242 | 16 | 0 | 1 | 44 | 261 | 13 | 73 |
| Binary | 10001100 | 10100011 | 10100010 | 1110 | 0 | 1 | 100100 | 10110001 | 1011 | 111011 |
Color Harmonies of #8CA3A2
Complementary color
Monochromatic Colors of #8CA3A2
Black with #8CA3A2
Text Example
Text Example
White with #8CA3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA3A2; }
p { color: rgb(140,163,162); }
H1.HeaderClassName
{
color: #8CA3A2;
}
.AnyTagClassName
{
color: #8CA3A2;
}
</style>
background-color css
<style>
a { background-color: #8CA3A2; }
a { background-color: rgb(140,163,162); }
div.DivClassName
{
background-color: #8CA3A2;
}
.BgClassName
{
background-color: #8CA3A2;
}
</style>
border-color css
<style>
span { border-color: #8CA3A2; }
span { border-color: rgb(140,163,162); }
td.TdClassName
{
border-color: #8CA3A2;
}
.TagClassName
{
border-color: #8CA3A2;
}
</style>