#79AA9E

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

Shades of Gulf Stream #79AA9E

Tints of Gulf Stream #79AA9E

Color information

#79AA9E (or 0x79AA9E) is unknown color: approx Gulf Stream. HEX triplet: 79, AA and 9E. RGB value is (121,170,158). Sum of RGB (Red+Green+Blue) = 121+170+158=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA9E is #865561. Grayscale: #999999. Windows color (decimal): -8803682 or 10398329. OLE color: 10398329.

HSL color Cylindrical-coordinate representation of color #79AA9E: hue angle of 165.31º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA9E is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB121170158-
CMYK0.2900.070.33
HSL165.31º22.37%57.06%-
HSV(B)165.31º28.82%66.67%-
XYZ28.4335.2837.66-
YUV153.98130.27104.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=26.95%
G=37.86%
B=35.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701580.2900.070.33165.3122.3757.06
Hex79AA9E1D0721a51639
Octal1712522363507412452671
Binary111100110101010100111101110101111000011010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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