#80AFA7

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

Shades of Gulf Stream #80AFA7

Tints of Gulf Stream #80AFA7

Color information

#80AFA7 (or 0x80AFA7) is unknown color: approx Gulf Stream. HEX triplet: 80, AF and A7. RGB value is (128,175,167). Sum of RGB (Red+Green+Blue) = 128+175+167=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFA7 is #7F5058. Grayscale: #A0A0A0. Windows color (decimal): -8343641 or 10989440. OLE color: 10989440.

HSL color Cylindrical-coordinate representation of color #80AFA7: hue angle of 169.79º 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 #80AFA7 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB128175167-
CMYK0.2700.050.31
HSL169.79º22.71%59.41%-
HSV(B)169.79º26.86%68.63%-
XYZ31.2138.0442.26-
YUV160.04131.93105.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=27.23%
G=37.23%
B=35.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751670.2700.050.31169.7922.7159.41
Hex80AFA71B051Faa173b
Octal2002572473305372522773
Binary100000001010111110100111110110101111111010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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