#79AC9F

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

Shades of Gulf Stream #79AC9F

Tints of Gulf Stream #79AC9F

Color information

#79AC9F (or 0x79AC9F) is unknown color: approx Gulf Stream. HEX triplet: 79, AC and 9F. RGB value is (121,172,159). Sum of RGB (Red+Green+Blue) = 121+172+159=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AC9F is #865360. Grayscale: #9B9B9B. Windows color (decimal): -8803169 or 10464377. OLE color: 10464377.

HSL color Cylindrical-coordinate representation of color #79AC9F: hue angle of 164.71º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79AC9F is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB121172159-
CMYK0.3000.080.33
HSL164.71º23.5%57.45%-
HSV(B)164.71º29.65%67.45%-
XYZ28.936.0738.24-
YUV155.27130.1103.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.77%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=26.77%
G=38.05%
B=35.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721590.3000.080.33164.7123.557.45
Hex79AC9F1E0821a51839
Octal17125423736010412453071
Binary1111001101011001001111111110010001000011010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,159); }

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

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

 a { background-color: rgb(121,172,159); }

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

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

 span { border-color: rgb(121,172,159); }

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