Html Css Color HEX #80A19E Submarine

📋 copy color: '#80A19E'

red 128 ◦ green 161 ◦ blue 158

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

Shades of Submarine #80A19E

Tints of Submarine #80A19E

RGB

 RED value IS 128 (50.39% from 255) = 28.64%

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 158 (62.11% from 255) = 35.35%

R = 28.64%
G = 36.02%
B = 35.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#80A19E (or 0x80A19E) is known color: Submarine. HEX triplet: 80, A1 and 9E. RGB value is (128,161,158). Sum of RGB (Red+Green+Blue) = 128+161+158=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #80A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A19E is #7F5E61. Grayscale: #969696. Windows color (decimal): -8347234 or 10396032. OLE color: 10396032.

HSL color Cylindrical-coordinate representation of color #80A19E: hue angle of 174.55º 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 #80A19E is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 158 -
CMYK 0.20 0 0.02 0.37
HSL 174.55º 0.15% 0.57% -
HSV(B) 174.55º 0.2% 0.63% -
XYZ 27.82 32.55 37.16 -
YUV 150.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 128 161 158 0.20 0 0.02 0.37 174.55 0.15 0.57
Hex 80 A1 9E 14 0 2 25 AF F 39
Octal 200 241 236 24 0 2 45 257 17 71
Binary 10000000 10100001 10011110 10100 0 10 100101 10101111 1111 111001

Color Harmonies of #80A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A19E

Black with #80A19E

Text Example


Text Example

White with #80A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80A19E;
 }
 .AnyTagClassName
 {
   color: #80A19E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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