Shades of Submarine #88A19E
Tints of Submarine #88A19E
RGB
CMYK
RGB Variations
Color information
#88A19E (or 0x88A19E) is known color: Submarine. HEX triplet: 88, A1 and 9E. RGB value is (136,161,158). Sum of RGB (Red+Green+Blue) = 136+161+158=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #88A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A19E is #775E61. Grayscale: #999999. Windows color (decimal): -7822946 or 10396040. OLE color: 10396040.
HSL color Cylindrical-coordinate representation of color #88A19E: hue angle of 172.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A19E is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 158 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.37 |
| HSL | 172.8º | 0.12% | 0.58% | - |
| HSV(B) | 172.8º | 0.16% | 0.63% | - |
| XYZ | 29.07 | 33.19 | 37.22 | - |
| YUV | 153.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 158 | 0.16 | 0 | 0.02 | 0.37 | 172.8 | 0.12 | 0.58 |
| Hex | 88 | A1 | 9E | 10 | 0 | 2 | 25 | AD | C | 3A |
| Octal | 210 | 241 | 236 | 20 | 0 | 2 | 45 | 255 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10011110 | 10000 | 0 | 10 | 100101 | 10101101 | 1100 | 111010 |
Color Harmonies of #88A19E
Complementary color
Monochromatic Colors of #88A19E
Black with #88A19E
Text Example
Text Example
White with #88A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A19E; }
p { color: rgb(136,161,158); }
H1.HeaderClassName
{
color: #88A19E;
}
.AnyTagClassName
{
color: #88A19E;
}
</style>
background-color css
<style>
a { background-color: #88A19E; }
a { background-color: rgb(136,161,158); }
div.DivClassName
{
background-color: #88A19E;
}
.BgClassName
{
background-color: #88A19E;
}
</style>
border-color css
<style>
span { border-color: #88A19E; }
span { border-color: rgb(136,161,158); }
td.TdClassName
{
border-color: #88A19E;
}
.TagClassName
{
border-color: #88A19E;
}
</style>