#80A09D

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

Shades of Submarine #80A09D

Tints of Submarine #80A09D

Color information

#80A09D (or 0x80A09D) is unknown color: approx Submarine. HEX triplet: 80, A0 and 9D. RGB value is (128,160,157). Sum of RGB (Red+Green+Blue) = 128+160+157=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #80A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A09D is #7F5F62. Grayscale: #969696. Windows color (decimal): -8347491 or 10330240. OLE color: 10330240.

HSL color Cylindrical-coordinate representation of color #80A09D: hue angle of 174.37º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A09D is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB128160157-
CMYK0.2000.020.37
HSL174.37º14.41%56.47%-
HSV(B)174.37º20%62.75%-
XYZ27.5632.1736.65-
YUV150.09131.9112.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=28.76%
G=35.96%
B=35.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1281601570.2000.020.37174.3714.4156.47
Hex80A09D140225aee38
Octal2002402352402452561670
Binary10000000101000001001110110100010100101101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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