#88A19E

Color #88A19E Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #88A19E

Tints of Submarine #88A19E

Color information

#88A19E (or 0x88A19E) is unknown color: approx 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

RGB136161158-
CMYK0.1600.020.37
HSL172.8º11.74%58.24%-
HSV(B)172.8º15.53%63.14%-
XYZ29.0733.1937.22-
YUV153.18130.72115.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=29.89%
G=35.38%
B=34.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361611580.1600.020.37172.811.7458.24
Hex88A19E100225adc3a
Octal2102412362002452551472
Binary10001000101000011001111010000010100101101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>