#80AEA6

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

Shades of Gulf Stream #80AEA6

Tints of Gulf Stream #80AEA6

Color information

#80AEA6 (or 0x80AEA6) is unknown color: approx Gulf Stream. HEX triplet: 80, AE and A6. RGB value is (128,174,166). Sum of RGB (Red+Green+Blue) = 128+174+166=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEA6 is #7F5159. Grayscale: #9F9F9F. Windows color (decimal): -8343898 or 10923648. OLE color: 10923648.

HSL color Cylindrical-coordinate representation of color #80AEA6: hue angle of 169.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AEA6 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB128174166-
CMYK0.2600.050.32
HSL169.57º22.12%59.22%-
HSV(B)169.57º26.44%68.24%-
XYZ30.9237.6141.71-
YUV159.33131.76105.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=27.35%
G=37.18%
B=35.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281741660.2600.050.32169.5722.1259.22
Hex80AEA61A0520aa163b
Octal2002562463205402522673
Binary1000000010101110101001101101001011000001010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,166); }

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

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

 a { background-color: rgb(128,174,166); }

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

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

 span { border-color: rgb(128,174,166); }

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