#80B3AD

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

Shades of Gulf Stream #80B3AD

Tints of Gulf Stream #80B3AD

Color information

#80B3AD (or 0x80B3AD) is unknown color: approx Gulf Stream. HEX triplet: 80, B3 and AD. RGB value is (128,179,173). Sum of RGB (Red+Green+Blue) = 128+179+173=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #80B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B3AD is #7F4C52. Grayscale: #A3A3A3. Windows color (decimal): -8342611 or 11383680. OLE color: 11383680.

HSL color Cylindrical-coordinate representation of color #80B3AD: hue angle of 172.94º 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 #80B3AD is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB128179173-
CMYK0.2800.030.30
HSL172.94º25.12%60.2%-
HSV(B)172.94º28.49%70.2%-
XYZ32.5739.8545.51-
YUV163.07133.6102.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=26.67%
G=37.29%
B=36.04%

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
Decimal1281791730.2800.030.30172.9425.1260.2
Hex80B3AD1C031Ead193c
Octal2002632553403362553174
Binary10000000101100111010110111100011111101010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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