#79ADA7

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

Shades of Gulf Stream #79ADA7

Tints of Gulf Stream #79ADA7

Color information

#79ADA7 (or 0x79ADA7) is unknown color: approx Gulf Stream. HEX triplet: 79, AD and A7. RGB value is (121,173,167). Sum of RGB (Red+Green+Blue) = 121+173+167=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #79ADA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADA7 is #865258. Grayscale: #9C9C9C. Windows color (decimal): -8802905 or 10988921. OLE color: 10988921.

HSL color Cylindrical-coordinate representation of color #79ADA7: hue angle of 173.08º 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 #79ADA7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB121173167-
CMYK0.3000.030.32
HSL173.08º24.07%57.65%-
HSV(B)173.08º30.06%67.84%-
XYZ29.836.7442.08-
YUV156.77133.77102.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=26.25%
G=37.53%
B=36.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211731670.3000.030.32173.0824.0757.65
Hex79ADA71E0320ad183a
Octal1712552473603402553072
Binary11110011010110110100111111100111000001010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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