#80B4A9

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

Shades of Gulf Stream #80B4A9

Tints of Gulf Stream #80B4A9

Color information

#80B4A9 (or 0x80B4A9) is unknown color: approx Gulf Stream. HEX triplet: 80, B4 and A9. RGB value is (128,180,169). Sum of RGB (Red+Green+Blue) = 128+180+169=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #80B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B4A9 is #7F4B56. Grayscale: #A3A3A3. Windows color (decimal): -8342359 or 11121792. OLE color: 11121792.

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

Color convert

RGB128180169-
CMYK0.2900.060.29
HSL167.31º25.74%60.39%-
HSV(B)167.31º28.89%70.59%-
XYZ32.3840.143.57-
YUV163.2131.27102.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=26.83%
G=37.74%
B=35.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281801690.2900.060.29167.3125.7460.39
Hex80B4A91D061Da71a3c
Octal2002642513506352473274
Binary100000001011010010101001111010110111011010011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,169); }

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

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

 a { background-color: rgb(128,180,169); }

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

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

 span { border-color: rgb(128,180,169); }

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