#79AFA9

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

Shades of Gulf Stream #79AFA9

Tints of Gulf Stream #79AFA9

Color information

#79AFA9 (or 0x79AFA9) is unknown color: approx Gulf Stream. HEX triplet: 79, AF and A9. RGB value is (121,175,169). Sum of RGB (Red+Green+Blue) = 121+175+169=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #79AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AFA9 is #865056. Grayscale: #9E9E9E. Windows color (decimal): -8802391 or 11120505. OLE color: 11120505.

HSL color Cylindrical-coordinate representation of color #79AFA9: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AFA9 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB121175169-
CMYK0.3100.030.31
HSL173.33º25.23%58.04%-
HSV(B)173.33º30.86%68.63%-
XYZ30.3837.5943.19-
YUV158.17134.11101.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.02%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=26.02%
G=37.63%
B=36.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751690.3100.030.31173.3325.2358.04
Hex79AFA91F031Fad193a
Octal1712572513703372553172
Binary1111001101011111010100111111011111111010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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