#80B2AD

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

Shades of Gulf Stream #80B2AD

Tints of Gulf Stream #80B2AD

Color information

#80B2AD (or 0x80B2AD) is unknown color: approx Gulf Stream. HEX triplet: 80, B2 and AD. RGB value is (128,178,173). Sum of RGB (Red+Green+Blue) = 128+178+173=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #80B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B2AD is #7F4D52. Grayscale: #A2A2A2. Windows color (decimal): -8342867 or 11383424. OLE color: 11383424.

HSL color Cylindrical-coordinate representation of color #80B2AD: hue angle of 174º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B2AD is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB128178173-
CMYK0.2800.030.30
HSL174º24.51%60%-
HSV(B)174º28.09%69.8%-
XYZ32.3739.4545.44-
YUV162.48133.94103.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=26.72%
G=37.16%
B=36.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281781730.2800.030.3017424.5160
Hex80B2AD1C031Eae193c
Octal2002622553403362563174
Binary10000000101100101010110111100011111101010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,173); }

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

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

 a { background-color: rgb(128,178,173); }

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

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

 span { border-color: rgb(128,178,173); }

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