Shades of Submarine #8BA2A3
Tints of Submarine #8BA2A3
RGB
CMYK
RGB Variations
Color information
#8BA2A3 (or 0x8BA2A3) is known color: Submarine. HEX triplet: 8B, A2 and A3. RGB value is (139,162,163). Sum of RGB (Red+Green+Blue) = 139+162+163=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 163 - color contains mainly: blue. Hex color #8BA2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA2A3 is #745D5C. Grayscale: #9B9B9B. Windows color (decimal): -7626077 or 10723979. OLE color: 10723979.
HSL color Cylindrical-coordinate representation of color #8BA2A3: hue angle of 182.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA2A3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 163 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.36 |
| HSL | 182.5º | 0.12% | 0.59% | - |
| HSV(B) | 182.5º | 0.15% | 0.64% | - |
| XYZ | 30.18 | 33.97 | 39.62 | - |
| YUV | 155.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 163 | 0.15 | 0.01 | 0 | 0.36 | 182.5 | 0.12 | 0.59 |
| Hex | 8B | A2 | A3 | F | 1 | 0 | 24 | B6 | C | 3B |
| Octal | 213 | 242 | 243 | 17 | 1 | 0 | 44 | 266 | 14 | 73 |
| Binary | 10001011 | 10100010 | 10100011 | 1111 | 1 | 0 | 100100 | 10110110 | 1100 | 111011 |
Color Harmonies of #8BA2A3
Complementary color
Monochromatic Colors of #8BA2A3
Black with #8BA2A3
Text Example
Text Example
White with #8BA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2A3; }
p { color: rgb(139,162,163); }
H1.HeaderClassName
{
color: #8BA2A3;
}
.AnyTagClassName
{
color: #8BA2A3;
}
</style>
background-color css
<style>
a { background-color: #8BA2A3; }
a { background-color: rgb(139,162,163); }
div.DivClassName
{
background-color: #8BA2A3;
}
.BgClassName
{
background-color: #8BA2A3;
}
</style>
border-color css
<style>
span { border-color: #8BA2A3; }
span { border-color: rgb(139,162,163); }
td.TdClassName
{
border-color: #8BA2A3;
}
.TagClassName
{
border-color: #8BA2A3;
}
</style>