Shades of Submarine #88A7A5
Tints of Submarine #88A7A5
RGB
CMYK
RGB Variations
Color information
#88A7A5 (or 0x88A7A5) is known color: Submarine. HEX triplet: 88, A7 and A5. RGB value is (136,167,165). Sum of RGB (Red+Green+Blue) = 136+167+165=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #88A7A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A7A5 is #77585A. Grayscale: #9D9D9D. Windows color (decimal): -7821403 or 10856328. OLE color: 10856328.
HSL color Cylindrical-coordinate representation of color #88A7A5: hue angle of 176.13º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A7A5 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 165 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.35 |
| HSL | 176.13º | 0.15% | 0.59% | - |
| HSV(B) | 176.13º | 0.19% | 0.65% | - |
| XYZ | 30.76 | 35.59 | 40.85 | - |
| YUV | 157.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 165 | 0.19 | 0 | 0.01 | 0.35 | 176.13 | 0.15 | 0.59 |
| Hex | 88 | A7 | A5 | 13 | 0 | 1 | 23 | B0 | F | 3B |
| Octal | 210 | 247 | 245 | 23 | 0 | 1 | 43 | 260 | 17 | 73 |
| Binary | 10001000 | 10100111 | 10100101 | 10011 | 0 | 1 | 100011 | 10110000 | 1111 | 111011 |
Color Harmonies of #88A7A5
Complementary color
Monochromatic Colors of #88A7A5
Black with #88A7A5
Text Example
Text Example
White with #88A7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A7A5; }
p { color: rgb(136,167,165); }
H1.HeaderClassName
{
color: #88A7A5;
}
.AnyTagClassName
{
color: #88A7A5;
}
</style>
background-color css
<style>
a { background-color: #88A7A5; }
a { background-color: rgb(136,167,165); }
div.DivClassName
{
background-color: #88A7A5;
}
.BgClassName
{
background-color: #88A7A5;
}
</style>
border-color css
<style>
span { border-color: #88A7A5; }
span { border-color: rgb(136,167,165); }
td.TdClassName
{
border-color: #88A7A5;
}
.TagClassName
{
border-color: #88A7A5;
}
</style>