#79AEA9

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

Shades of Gulf Stream #79AEA9

Tints of Gulf Stream #79AEA9

Color information

#79AEA9 (or 0x79AEA9) is unknown color: approx Gulf Stream. HEX triplet: 79, AE and A9. RGB value is (121,174,169). Sum of RGB (Red+Green+Blue) = 121+174+169=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #79AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AEA9 is #865156. Grayscale: #9D9D9D. Windows color (decimal): -8802647 or 11120249. OLE color: 11120249.

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

Color convert

RGB121174169-
CMYK0.3000.030.32
HSL174.34º24.65%57.84%-
HSV(B)174.34º30.46%68.24%-
XYZ30.1837.243.13-
YUV157.58134.44101.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.08%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=26.08%
G=37.5%
B=36.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211741690.3000.030.32174.3424.6557.84
Hex79AEA91E0320ae193a
Octal1712562513603402563172
Binary11110011010111010101001111100111000001010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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