#79A49F

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

Shades of Gulf Stream #79A49F

Tints of Gulf Stream #79A49F

Color information

#79A49F (or 0x79A49F) is unknown color: approx Gulf Stream. HEX triplet: 79, A4 and 9F. RGB value is (121,164,159). Sum of RGB (Red+Green+Blue) = 121+164+159=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #79A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A49F is #865B60. Grayscale: #969696. Windows color (decimal): -8805217 or 10462329. OLE color: 10462329.

HSL color Cylindrical-coordinate representation of color #79A49F: hue angle of 173.02º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79A49F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB121164159-
CMYK0.2600.030.36
HSL173.02º19.11%55.88%-
HSV(B)173.02º26.22%64.31%-
XYZ27.4233.1237.75-
YUV150.57132.75106.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=27.25%
G=36.94%
B=35.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211641590.2600.030.36173.0219.1155.88
Hex79A49F1A0324ad1338
Octal1712442373203442552370
Binary11110011010010010011111110100111001001010110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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