#80A19C

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

Shades of Submarine #80A19C

Tints of Submarine #80A19C

Color information

#80A19C (or 0x80A19C) is unknown color: approx Submarine. HEX triplet: 80, A1 and 9C. RGB value is (128,161,156). Sum of RGB (Red+Green+Blue) = 128+161+156=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #80A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A19C is #7F5E63. Grayscale: #969696. Windows color (decimal): -8347236 or 10264960. OLE color: 10264960.

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

Color convert

RGB128161156-
CMYK0.2000.030.37
HSL170.91º14.93%56.67%-
HSV(B)170.91º20.5%63.14%-
XYZ27.6532.4836.26-
YUV150.56131.07111.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=28.76%
G=36.18%
B=35.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1281611560.2000.030.37170.9114.9356.67
Hex80A19C140325abf39
Octal2002412342403452531771
Binary10000000101000011001110010100011100101101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,156); }

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

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

 a { background-color: rgb(128,161,156); }

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

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

 span { border-color: rgb(128,161,156); }

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