#80B1AB

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

Shades of Gulf Stream #80B1AB

Tints of Gulf Stream #80B1AB

Color information

#80B1AB (or 0x80B1AB) is unknown color: approx Gulf Stream. HEX triplet: 80, B1 and AB. RGB value is (128,177,171). Sum of RGB (Red+Green+Blue) = 128+177+171=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #80B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B1AB is #7F4E54. Grayscale: #A1A1A1. Windows color (decimal): -8343125 or 11252096. OLE color: 11252096.

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

Color convert

RGB128177171-
CMYK0.2800.030.31
HSL172.65º23.9%59.8%-
HSV(B)172.65º27.68%69.41%-
XYZ31.9738.9744.37-
YUV161.66133.27103.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=26.89%
G=37.18%
B=35.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281771710.2800.030.31172.6523.959.8
Hex80B1AB1C031Fad183c
Octal2002612533403372553074
Binary10000000101100011010101111100011111111010110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,171); }

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

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

 a { background-color: rgb(128,177,171); }

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

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

 span { border-color: rgb(128,177,171); }

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