#88A09D

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

Shades of Submarine #88A09D

Tints of Submarine #88A09D

Color information

#88A09D (or 0x88A09D) is unknown color: approx Submarine. HEX triplet: 88, A0 and 9D. RGB value is (136,160,157). Sum of RGB (Red+Green+Blue) = 136+160+157=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #88A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A09D is #775F62. Grayscale: #989898. Windows color (decimal): -7823203 or 10330248. OLE color: 10330248.

HSL color Cylindrical-coordinate representation of color #88A09D: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88A09D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB136160157-
CMYK0.1500.020.37
HSL172.5º11.21%58.04%-
HSV(B)172.5º15%62.75%-
XYZ28.8132.8136.71-
YUV152.48130.55116.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=30.02%
G=35.32%
B=34.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361601570.1500.020.37172.511.2158.04
Hex88A09DF0225acb3a
Octal2102402351702452541372
Binary1000100010100000100111011111010100101101011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A09D; }

 p { color: rgb(136,160,157); }

 H1.HeaderClassName
 {
   color: #88A09D;
 }
 .AnyTagClassName
 {
   color: #88A09D;
 }
</style>
background-color css

<style>
 a { background-color: #88A09D; }

 a { background-color: rgb(136,160,157); }

 div.DivClassName
 {
   background-color: #88A09D;
 }
 .BgClassName
 {
   background-color: #88A09D;
 }
</style>
border-color css

<style>
 span { border-color: #88A09D; }

 span { border-color: rgb(136,160,157); }

 td.TdClassName
 {
   border-color: #88A09D;
 }
 .TagClassName
 {
   border-color: #88A09D;
 }
</style>