#79ABA5

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

Shades of Gulf Stream #79ABA5

Tints of Gulf Stream #79ABA5

Color information

#79ABA5 (or 0x79ABA5) is unknown color: approx Gulf Stream. HEX triplet: 79, AB and A5. RGB value is (121,171,165). Sum of RGB (Red+Green+Blue) = 121+171+165=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #79ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ABA5 is #86545A. Grayscale: #9B9B9B. Windows color (decimal): -8803419 or 10857337. OLE color: 10857337.

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

Color convert

RGB121171165-
CMYK0.2900.040.33
HSL172.8º22.94%57.25%-
HSV(B)172.8º29.24%67.06%-
XYZ29.2435.9140.99-
YUV155.37133.44103.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 165 (64.84% from 255) = 36.11%
R=26.48%
G=37.42%
B=36.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211711650.2900.040.33172.822.9457.25
Hex79ABA51D0421ad1739
Octal1712532453504412552771
Binary111100110101011101001011110101001000011010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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