Html Css Color HEX #80A19C Submarine

📋 copy color: '#80A19C'

red 128 ◦ green 161 ◦ blue 156

#80A19C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #80A19C

Tints of Submarine #80A19C

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 value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#80A19C (or 0x80A19C) is known color: 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

RGB 128 161 156 -
CMYK 0.20 0 0.03 0.37
HSL 170.91º 0.15% 0.57% -
HSV(B) 170.91º 0.2% 0.63% -
XYZ 27.65 32.48 36.26 -
YUV 150.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 128 161 156 0.20 0 0.03 0.37 170.91 0.15 0.57
Hex 80 A1 9C 14 0 3 25 AB F 39
Octal 200 241 234 24 0 3 45 253 17 71
Binary 10000000 10100001 10011100 10100 0 11 100101 10101011 1111 111001

Color Harmonies of #80A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A19C

Black with #80A19C

Text Example


Text Example

White with #80A19C

Text Example


Text Example

HTML Codes & Css Web 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>