#79BBAA

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

Shades of Gulf Stream #79BBAA

Tints of Gulf Stream #79BBAA

Color information

#79BBAA (or 0x79BBAA) is unknown color: approx Gulf Stream. HEX triplet: 79, BB and AA. RGB value is (121,187,170). Sum of RGB (Red+Green+Blue) = 121+187+170=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #79BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BBAA is #864455. Grayscale: #A5A5A5. Windows color (decimal): -8799318 or 11189113. OLE color: 11189113.

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

Color convert

RGB121187170-
CMYK0.3500.090.27
HSL164.55º32.67%60.39%-
HSV(B)164.55º35.29%73.33%-
XYZ32.9142.5144.5-
YUV165.33130.6396.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=25.31%
G=39.12%
B=35.56%

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
Decimal1211871700.3500.090.27164.5532.6760.39
Hex79BBAA23091Ba5213c
Octal17127325243011332454174
Binary11110011011101110101010100011010011101110100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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