Shades of Submarine #88A19F
Tints of Submarine #88A19F
RGB
CMYK
RGB Variations
Color information
#88A19F (or 0x88A19F) is known color: Submarine. HEX triplet: 88, A1 and 9F. RGB value is (136,161,159). Sum of RGB (Red+Green+Blue) = 136+161+159=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #88A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A19F is #775E60. Grayscale: #999999. Windows color (decimal): -7822945 or 10461576. OLE color: 10461576.
HSL color Cylindrical-coordinate representation of color #88A19F: hue angle of 175.2º 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 #88A19F is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 159 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.37 |
| HSL | 175.2º | 0.12% | 0.58% | - |
| HSV(B) | 175.2º | 0.16% | 0.63% | - |
| XYZ | 29.16 | 33.23 | 37.68 | - |
| YUV | 153.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 159 | 0.16 | 0 | 0.01 | 0.37 | 175.2 | 0.12 | 0.58 |
| Hex | 88 | A1 | 9F | 10 | 0 | 1 | 25 | AF | C | 3A |
| Octal | 210 | 241 | 237 | 20 | 0 | 1 | 45 | 257 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10011111 | 10000 | 0 | 1 | 100101 | 10101111 | 1100 | 111010 |
Color Harmonies of #88A19F
Complementary color
Monochromatic Colors of #88A19F
Black with #88A19F
Text Example
Text Example
White with #88A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A19F; }
p { color: rgb(136,161,159); }
H1.HeaderClassName
{
color: #88A19F;
}
.AnyTagClassName
{
color: #88A19F;
}
</style>
background-color css
<style>
a { background-color: #88A19F; }
a { background-color: rgb(136,161,159); }
div.DivClassName
{
background-color: #88A19F;
}
.BgClassName
{
background-color: #88A19F;
}
</style>
border-color css
<style>
span { border-color: #88A19F; }
span { border-color: rgb(136,161,159); }
td.TdClassName
{
border-color: #88A19F;
}
.TagClassName
{
border-color: #88A19F;
}
</style>