#79BAA9

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

Shades of Gulf Stream #79BAA9

Tints of Gulf Stream #79BAA9

Color information

#79BAA9 (or 0x79BAA9) is unknown color: approx Gulf Stream. HEX triplet: 79, BA and A9. RGB value is (121,186,169). Sum of RGB (Red+Green+Blue) = 121+186+169=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #79BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BAA9 is #864556. Grayscale: #A4A4A4. Windows color (decimal): -8799575 or 11123321. OLE color: 11123321.

HSL color Cylindrical-coordinate representation of color #79BAA9: hue angle of 164.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BAA9 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB121186169-
CMYK0.3500.090.27
HSL164.31º32.02%60.2%-
HSV(B)164.31º34.95%72.94%-
XYZ32.6142.0543.93-
YUV164.63130.4796.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=25.42%
G=39.08%
B=35.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861690.3500.090.27164.3132.0260.2
Hex79BAA923091Ba4203c
Octal17127225143011332444074
Binary11110011011101010101001100011010011101110100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,186,169); }

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

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

 a { background-color: rgb(121,186,169); }

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

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

 span { border-color: rgb(121,186,169); }

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