#79BAAA

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

Shades of Gulf Stream #79BAAA

Tints of Gulf Stream #79BAAA

Color information

#79BAAA (or 0x79BAAA) is unknown color: approx Gulf Stream. HEX triplet: 79, BA and AA. RGB value is (121,186,170). Sum of RGB (Red+Green+Blue) = 121+186+170=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #79BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BAAA is #864555. Grayscale: #A4A4A4. Windows color (decimal): -8799574 or 11188857. OLE color: 11188857.

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

Color convert

RGB121186170-
CMYK0.3500.090.27
HSL165.23º32.02%60.2%-
HSV(B)165.23º34.95%72.94%-
XYZ32.742.0944.43-
YUV164.74130.9796.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=25.37%
G=38.99%
B=35.64%

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
Decimal1211861700.3500.090.27165.2332.0260.2
Hex79BAAA23091Ba5203c
Octal17127225243011332454074
Binary11110011011101010101010100011010011101110100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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