#79AB9E

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

Shades of Gulf Stream #79AB9E

Tints of Gulf Stream #79AB9E

Color information

#79AB9E (or 0x79AB9E) is unknown color: approx Gulf Stream. HEX triplet: 79, AB and 9E. RGB value is (121,171,158). Sum of RGB (Red+Green+Blue) = 121+171+158=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #79AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AB9E is #865461. Grayscale: #9A9A9A. Windows color (decimal): -8803426 or 10398585. OLE color: 10398585.

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

Color convert

RGB121171158-
CMYK0.2900.080.33
HSL164.4º22.94%57.25%-
HSV(B)164.4º29.24%67.06%-
XYZ28.6235.6637.72-
YUV154.57129.94104.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.89%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=26.89%
G=38%
B=35.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211711580.2900.080.33164.422.9457.25
Hex79AB9E1D0821a41739
Octal17125323635010412442771
Binary1111001101010111001111011101010001000011010010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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