#80AFAB

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

Shades of Gulf Stream #80AFAB

Tints of Gulf Stream #80AFAB

Color information

#80AFAB (or 0x80AFAB) is unknown color: approx Gulf Stream. HEX triplet: 80, AF and AB. RGB value is (128,175,171). Sum of RGB (Red+Green+Blue) = 128+175+171=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAB is #7F5054. Grayscale: #A0A0A0. Windows color (decimal): -8343637 or 11251584. OLE color: 11251584.

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

Color convert

RGB128175171-
CMYK0.2700.020.31
HSL174.89º22.71%59.41%-
HSV(B)174.89º26.86%68.63%-
XYZ31.5838.1944.23-
YUV160.49133.93104.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=27.00%
G=36.92%
B=36.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751710.2700.020.31174.8922.7159.41
Hex80AFAB1B021Faf173b
Octal2002572533302372572773
Binary10000000101011111010101111011010111111010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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