#79AF9F

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

Shades of Gulf Stream #79AF9F

Tints of Gulf Stream #79AF9F

Color information

#79AF9F (or 0x79AF9F) is unknown color: approx Gulf Stream. HEX triplet: 79, AF and 9F. RGB value is (121,175,159). Sum of RGB (Red+Green+Blue) = 121+175+159=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AF9F is #865060. Grayscale: #9D9D9D. Windows color (decimal): -8802401 or 10465145. OLE color: 10465145.

HSL color Cylindrical-coordinate representation of color #79AF9F: hue angle of 162.22º 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 #79AF9F is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB121175159-
CMYK0.3100.090.31
HSL162.22º25.23%58.04%-
HSV(B)162.22º30.86%68.63%-
XYZ29.4737.2338.43-
YUV157.03129.11102.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=26.59%
G=38.46%
B=34.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751590.3100.090.31162.2225.2358.04
Hex79AF9F1F091Fa2193a
Octal17125723737011372423172
Binary111100110101111100111111111101001111111010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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