#79AEA8

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

Shades of Gulf Stream #79AEA8

Tints of Gulf Stream #79AEA8

Color information

#79AEA8 (or 0x79AEA8) is unknown color: approx Gulf Stream. HEX triplet: 79, AE and A8. RGB value is (121,174,168). Sum of RGB (Red+Green+Blue) = 121+174+168=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #79AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AEA8 is #865157. Grayscale: #9D9D9D. Windows color (decimal): -8802648 or 11054713. OLE color: 11054713.

HSL color Cylindrical-coordinate representation of color #79AEA8: hue angle of 173.21º 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 #79AEA8 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB121174168-
CMYK0.3000.030.32
HSL173.21º24.65%57.84%-
HSV(B)173.21º30.46%68.24%-
XYZ30.0937.1642.63-
YUV157.47133.94101.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=26.13%
G=37.58%
B=36.29%

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
Decimal1211741680.3000.030.32173.2124.6557.84
Hex79AEA81E0320ad193a
Octal1712562503603402553172
Binary11110011010111010101000111100111000001010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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