Shades of Submarine #8BA5A3
Tints of Submarine #8BA5A3
RGB
CMYK
RGB Variations
Color information
#8BA5A3 (or 0x8BA5A3) is known color: Submarine. HEX triplet: 8B, A5 and A3. RGB value is (139,165,163). Sum of RGB (Red+Green+Blue) = 139+165+163=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA5A3 is #745A5C. Grayscale: #9C9C9C. Windows color (decimal): -7625309 or 10724747. OLE color: 10724747.
HSL color Cylindrical-coordinate representation of color #8BA5A3: hue angle of 175.38º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA5A3 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 163 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.35 |
| HSL | 175.38º | 0.13% | 0.6% | - |
| HSV(B) | 175.38º | 0.16% | 0.65% | - |
| XYZ | 30.71 | 35.04 | 39.8 | - |
| YUV | 157 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 163 | 0.16 | 0 | 0.01 | 0.35 | 175.38 | 0.13 | 0.6 |
| Hex | 8B | A5 | A3 | 10 | 0 | 1 | 23 | AF | D | 3C |
| Octal | 213 | 245 | 243 | 20 | 0 | 1 | 43 | 257 | 15 | 74 |
| Binary | 10001011 | 10100101 | 10100011 | 10000 | 0 | 1 | 100011 | 10101111 | 1101 | 111100 |
Color Harmonies of #8BA5A3
Complementary color
Monochromatic Colors of #8BA5A3
Black with #8BA5A3
Text Example
Text Example
White with #8BA5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA5A3; }
p { color: rgb(139,165,163); }
H1.HeaderClassName
{
color: #8BA5A3;
}
.AnyTagClassName
{
color: #8BA5A3;
}
</style>
background-color css
<style>
a { background-color: #8BA5A3; }
a { background-color: rgb(139,165,163); }
div.DivClassName
{
background-color: #8BA5A3;
}
.BgClassName
{
background-color: #8BA5A3;
}
</style>
border-color css
<style>
span { border-color: #8BA5A3; }
span { border-color: rgb(139,165,163); }
td.TdClassName
{
border-color: #8BA5A3;
}
.TagClassName
{
border-color: #8BA5A3;
}
</style>