#80B5AE

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

Shades of Gulf Stream #80B5AE

Tints of Gulf Stream #80B5AE

Color information

#80B5AE (or 0x80B5AE) is unknown color: approx Gulf Stream. HEX triplet: 80, B5 and AE. RGB value is (128,181,174). Sum of RGB (Red+Green+Blue) = 128+181+174=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #80B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B5AE is #7F4A51. Grayscale: #A4A4A4. Windows color (decimal): -8342098 or 11449728. OLE color: 11449728.

HSL color Cylindrical-coordinate representation of color #80B5AE: hue angle of 172.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B5AE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB128181174-
CMYK0.2900.040.29
HSL172.08º26.37%60.59%-
HSV(B)172.08º29.28%70.98%-
XYZ33.0740.6946.16-
YUV164.36133.44102.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=26.50%
G=37.47%
B=36.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811740.2900.040.29172.0826.3760.59
Hex80B5AE1D041Dac1a3d
Octal2002652563504352543275
Binary100000001011010110101110111010100111011010110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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