#80AFA9

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

Shades of Gulf Stream #80AFA9

Tints of Gulf Stream #80AFA9

Color information

#80AFA9 (or 0x80AFA9) is unknown color: approx Gulf Stream. HEX triplet: 80, AF and A9. RGB value is (128,175,169). Sum of RGB (Red+Green+Blue) = 128+175+169=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFA9 is #7F5056. Grayscale: #A0A0A0. Windows color (decimal): -8343639 or 11120512. OLE color: 11120512.

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

Color convert

RGB128175169-
CMYK0.2700.030.31
HSL172.34º22.71%59.41%-
HSV(B)172.34º26.86%68.63%-
XYZ31.3938.1143.24-
YUV160.26132.93104.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=27.12%
G=37.08%
B=35.81%

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
Decimal1281751690.2700.030.31172.3422.7159.41
Hex80AFA91B031Fac173b
Octal2002572513303372542773
Binary10000000101011111010100111011011111111010110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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