#79B0A6

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

Shades of Gulf Stream #79B0A6

Tints of Gulf Stream #79B0A6

Color information

#79B0A6 (or 0x79B0A6) is unknown color: approx Gulf Stream. HEX triplet: 79, B0 and A6. RGB value is (121,176,166). Sum of RGB (Red+Green+Blue) = 121+176+166=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #79B0A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B0A6 is #864F59. Grayscale: #9E9E9E. Windows color (decimal): -8802138 or 10924153. OLE color: 10924153.

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

Color convert

RGB121176166-
CMYK0.3100.060.31
HSL169.09º25.82%58.24%-
HSV(B)169.09º31.25%69.02%-
XYZ30.2937.8741.79-
YUV158.42132.28101.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=26.13%
G=38.01%
B=35.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211761660.3100.060.31169.0925.8258.24
Hex79B0A61F061Fa91a3a
Octal1712602463706372513272
Binary11110011011000010100110111110110111111010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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