#79ACA6

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

Shades of Gulf Stream #79ACA6

Tints of Gulf Stream #79ACA6

Color information

#79ACA6 (or 0x79ACA6) is unknown color: approx Gulf Stream. HEX triplet: 79, AC and A6. RGB value is (121,172,166). Sum of RGB (Red+Green+Blue) = 121+172+166=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #79ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ACA6 is #865359. Grayscale: #9C9C9C. Windows color (decimal): -8803162 or 10923129. OLE color: 10923129.

HSL color Cylindrical-coordinate representation of color #79ACA6: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79ACA6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB121172166-
CMYK0.3000.030.33
HSL172.94º23.5%57.45%-
HSV(B)172.94º29.65%67.45%-
XYZ29.5236.3241.53-
YUV156.07133.6102.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=26.36%
G=37.47%
B=36.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721660.3000.030.33172.9423.557.45
Hex79ACA61E0321ad1839
Octal1712542463603412553071
Binary11110011010110010100110111100111000011010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,166); }

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

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

 a { background-color: rgb(121,172,166); }

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

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

 span { border-color: rgb(121,172,166); }

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