#79ACA0

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

Shades of Gulf Stream #79ACA0

Tints of Gulf Stream #79ACA0

Color information

#79ACA0 (or 0x79ACA0) is unknown color: approx Gulf Stream. HEX triplet: 79, AC and A0. RGB value is (121,172,160). Sum of RGB (Red+Green+Blue) = 121+172+160=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #79ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ACA0 is #86535F. Grayscale: #9B9B9B. Windows color (decimal): -8803168 or 10529913. OLE color: 10529913.

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

Color convert

RGB121172160-
CMYK0.3000.070.33
HSL165.88º23.5%57.45%-
HSV(B)165.88º29.65%67.45%-
XYZ28.9836.1138.7-
YUV155.38130.6103.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=26.71%
G=37.97%
B=35.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721600.3000.070.33165.8823.557.45
Hex79ACA01E0721a61839
Octal1712542403607412463071
Binary111100110101100101000001111001111000011010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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