#79ADA0

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

Shades of Gulf Stream #79ADA0

Tints of Gulf Stream #79ADA0

Color information

#79ADA0 (or 0x79ADA0) is unknown color: approx Gulf Stream. HEX triplet: 79, AD and A0. RGB value is (121,173,160). Sum of RGB (Red+Green+Blue) = 121+173+160=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #79ADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADA0 is #86525F. Grayscale: #9B9B9B. Windows color (decimal): -8802912 or 10530169. OLE color: 10530169.

HSL color Cylindrical-coordinate representation of color #79ADA0: hue angle of 165º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79ADA0 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB121173160-
CMYK0.3000.080.32
HSL165º24.07%57.65%-
HSV(B)165º30.06%67.84%-
XYZ29.1736.4938.76-
YUV155.97130.27103.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 160 (62.89% from 255) = 35.24%
R=26.65%
G=38.11%
B=35.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211731600.3000.080.3216524.0757.65
Hex79ADA01E0820a5183a
Octal17125524036010402453072
Binary1111001101011011010000011110010001000001010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,173,160); }

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

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

 a { background-color: rgb(121,173,160); }

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

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

 span { border-color: rgb(121,173,160); }

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