#79ACA1

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

Shades of Gulf Stream #79ACA1

Tints of Gulf Stream #79ACA1

Color information

#79ACA1 (or 0x79ACA1) is unknown color: approx Gulf Stream. HEX triplet: 79, AC and A1. RGB value is (121,172,161). Sum of RGB (Red+Green+Blue) = 121+172+161=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #79ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ACA1 is #86535E. Grayscale: #9B9B9B. Windows color (decimal): -8803167 or 10595449. OLE color: 10595449.

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

Color convert

RGB121172161-
CMYK0.3000.060.33
HSL167.06º23.5%57.45%-
HSV(B)167.06º29.65%67.45%-
XYZ29.0736.1439.16-
YUV155.5131.1103.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=26.65%
G=37.89%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721610.3000.060.33167.0623.557.45
Hex79ACA11E0621a71839
Octal1712542413606412473071
Binary111100110101100101000011111001101000011010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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