#79B1A3

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

Shades of Gulf Stream #79B1A3

Tints of Gulf Stream #79B1A3

Color information

#79B1A3 (or 0x79B1A3) is unknown color: approx Gulf Stream. HEX triplet: 79, B1 and A3. RGB value is (121,177,163). Sum of RGB (Red+Green+Blue) = 121+177+163=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #79B1A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B1A3 is #864E5C. Grayscale: #9E9E9E. Windows color (decimal): -8801885 or 10727801. OLE color: 10727801.

HSL color Cylindrical-coordinate representation of color #79B1A3: hue angle of 165º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B1A3 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB121177163-
CMYK0.3200.080.31
HSL165º26.42%58.43%-
HSV(B)165º31.64%69.41%-
XYZ30.2238.1540.42-
YUV158.66130.45101.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=26.25%
G=38.39%
B=35.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211771630.3200.080.3116526.4258.43
Hex79B1A320081Fa51a3a
Octal17126124340010372453272
Binary1111001101100011010001110000001000111111010010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,177,163); }

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

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

 a { background-color: rgb(121,177,163); }

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

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

 span { border-color: rgb(121,177,163); }

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