#80AFAA

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

Shades of Gulf Stream #80AFAA

Tints of Gulf Stream #80AFAA

Color information

#80AFAA (or 0x80AFAA) is unknown color: approx Gulf Stream. HEX triplet: 80, AF and AA. RGB value is (128,175,170). Sum of RGB (Red+Green+Blue) = 128+175+170=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAA is #7F5055. Grayscale: #A0A0A0. Windows color (decimal): -8343638 or 11186048. OLE color: 11186048.

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

Color convert

RGB128175170-
CMYK0.2700.030.31
HSL173.62º22.71%59.41%-
HSV(B)173.62º26.86%68.63%-
XYZ31.4938.1543.73-
YUV160.38133.43104.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=27.06%
G=37.00%
B=35.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751700.2700.030.31173.6222.7159.41
Hex80AFAA1B031Fae173b
Octal2002572523303372562773
Binary10000000101011111010101011011011111111010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,170); }

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

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

 a { background-color: rgb(128,175,170); }

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

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

 span { border-color: rgb(128,175,170); }

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