Shades of Submarine #89A6A3
Tints of Submarine #89A6A3
RGB
CMYK
RGB Variations
Color information
#89A6A3 (or 0x89A6A3) is known color: Submarine. HEX triplet: 89, A6 and A3. RGB value is (137,166,163). Sum of RGB (Red+Green+Blue) = 137+166+163=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #89A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A6A3 is #76595C. Grayscale: #9C9C9C. Windows color (decimal): -7756125 or 10725001. OLE color: 10725001.
HSL color Cylindrical-coordinate representation of color #89A6A3: hue angle of 173.79º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89A6A3 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 166 | 163 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.35 |
| HSL | 173.79º | 0.14% | 0.59% | - |
| HSV(B) | 173.79º | 0.17% | 0.65% | - |
| XYZ | 30.56 | 35.24 | 39.84 | - |
| YUV | 156.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 163 | 0.17 | 0 | 0.02 | 0.35 | 173.79 | 0.14 | 0.59 |
| Hex | 89 | A6 | A3 | 11 | 0 | 2 | 23 | AE | E | 3B |
| Octal | 211 | 246 | 243 | 21 | 0 | 2 | 43 | 256 | 16 | 73 |
| Binary | 10001001 | 10100110 | 10100011 | 10001 | 0 | 10 | 100011 | 10101110 | 1110 | 111011 |
Color Harmonies of #89A6A3
Complementary color
Monochromatic Colors of #89A6A3
Black with #89A6A3
Text Example
Text Example
White with #89A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6A3; }
p { color: rgb(137,166,163); }
H1.HeaderClassName
{
color: #89A6A3;
}
.AnyTagClassName
{
color: #89A6A3;
}
</style>
background-color css
<style>
a { background-color: #89A6A3; }
a { background-color: rgb(137,166,163); }
div.DivClassName
{
background-color: #89A6A3;
}
.BgClassName
{
background-color: #89A6A3;
}
</style>
border-color css
<style>
span { border-color: #89A6A3; }
span { border-color: rgb(137,166,163); }
td.TdClassName
{
border-color: #89A6A3;
}
.TagClassName
{
border-color: #89A6A3;
}
</style>