#79BAA4

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

Shades of Gulf Stream #79BAA4

Tints of Gulf Stream #79BAA4

Color information

#79BAA4 (or 0x79BAA4) is unknown color: approx Gulf Stream. HEX triplet: 79, BA and A4. RGB value is (121,186,164). Sum of RGB (Red+Green+Blue) = 121+186+164=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #79BAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BAA4 is #86455B. Grayscale: #A4A4A4. Windows color (decimal): -8799580 or 10795641. OLE color: 10795641.

HSL color Cylindrical-coordinate representation of color #79BAA4: hue angle of 159.69º 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 #79BAA4 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB121186164-
CMYK0.3500.120.27
HSL159.69º32.02%60.2%-
HSV(B)159.69º34.95%72.94%-
XYZ32.1441.8641.51-
YUV164.06127.9797.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=25.69%
G=39.49%
B=34.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861640.3500.120.27159.6932.0260.2
Hex79BAA4230C1Ba0203c
Octal17127224443014332404074
Binary11110011011101010100100100011011001101110100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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