Shades of Submarine #88A6A3
Tints of Submarine #88A6A3
RGB
CMYK
RGB Variations
Color information
#88A6A3 (or 0x88A6A3) is known color: Submarine. HEX triplet: 88, A6 and A3. RGB value is (136,166,163). Sum of RGB (Red+Green+Blue) = 136+166+163=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #88A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A6A3 is #77595C. Grayscale: #9C9C9C. Windows color (decimal): -7821661 or 10725000. OLE color: 10725000.
HSL color Cylindrical-coordinate representation of color #88A6A3: hue angle of 174º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A6A3 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 166 | 163 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.35 |
| HSL | 174º | 0.14% | 0.59% | - |
| HSV(B) | 174º | 0.18% | 0.65% | - |
| XYZ | 30.4 | 35.15 | 39.83 | - |
| YUV | 156.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 163 | 0.18 | 0 | 0.02 | 0.35 | 174 | 0.14 | 0.59 |
| Hex | 88 | A6 | A3 | 12 | 0 | 2 | 23 | AE | E | 3B |
| Octal | 210 | 246 | 243 | 22 | 0 | 2 | 43 | 256 | 16 | 73 |
| Binary | 10001000 | 10100110 | 10100011 | 10010 | 0 | 10 | 100011 | 10101110 | 1110 | 111011 |
Color Harmonies of #88A6A3
Complementary color
Monochromatic Colors of #88A6A3
Black with #88A6A3
Text Example
Text Example
White with #88A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6A3; }
p { color: rgb(136,166,163); }
H1.HeaderClassName
{
color: #88A6A3;
}
.AnyTagClassName
{
color: #88A6A3;
}
</style>
background-color css
<style>
a { background-color: #88A6A3; }
a { background-color: rgb(136,166,163); }
div.DivClassName
{
background-color: #88A6A3;
}
.BgClassName
{
background-color: #88A6A3;
}
</style>
border-color css
<style>
span { border-color: #88A6A3; }
span { border-color: rgb(136,166,163); }
td.TdClassName
{
border-color: #88A6A3;
}
.TagClassName
{
border-color: #88A6A3;
}
</style>