#79AC9E

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

Shades of Gulf Stream #79AC9E

Tints of Gulf Stream #79AC9E

Color information

#79AC9E (or 0x79AC9E) is unknown color: approx Gulf Stream. HEX triplet: 79, AC and 9E. RGB value is (121,172,158). Sum of RGB (Red+Green+Blue) = 121+172+158=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AC9E is #865361. Grayscale: #9B9B9B. Windows color (decimal): -8803170 or 10398841. OLE color: 10398841.

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

Color convert

RGB121172158-
CMYK0.3000.080.33
HSL163.53º23.5%57.45%-
HSV(B)163.53º29.65%67.45%-
XYZ28.8136.0437.79-
YUV155.16129.6103.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=26.83%
G=38.14%
B=35.03%

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
Decimal1211721580.3000.080.33163.5323.557.45
Hex79AC9E1E0821a41839
Octal17125423636010412443071
Binary1111001101011001001111011110010001000011010010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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