#79ADA4

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

Shades of Gulf Stream #79ADA4

Tints of Gulf Stream #79ADA4

Color information

#79ADA4 (or 0x79ADA4) is unknown color: approx Gulf Stream. HEX triplet: 79, AD and A4. RGB value is (121,173,164). Sum of RGB (Red+Green+Blue) = 121+173+164=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #79ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADA4 is #86525B. Grayscale: #9C9C9C. Windows color (decimal): -8802908 or 10792313. OLE color: 10792313.

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

Color convert

RGB121173164-
CMYK0.3000.050.32
HSL169.62º24.07%57.65%-
HSV(B)169.62º30.06%67.84%-
XYZ29.5336.6340.64-
YUV156.43132.27102.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=26.42%
G=37.77%
B=35.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211731640.3000.050.32169.6224.0757.65
Hex79ADA41E0520aa183a
Octal1712552443605402523072
Binary111100110101101101001001111001011000001010101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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