#79BBAC

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

Shades of Gulf Stream #79BBAC

Tints of Gulf Stream #79BBAC

Color information

#79BBAC (or 0x79BBAC) is unknown color: approx Gulf Stream. HEX triplet: 79, BB and AC. RGB value is (121,187,172). Sum of RGB (Red+Green+Blue) = 121+187+172=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #79BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BBAC is #864453. Grayscale: #A5A5A5. Windows color (decimal): -8799316 or 11320185. OLE color: 11320185.

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

Color convert

RGB121187172-
CMYK0.3500.080.27
HSL166.36º32.67%60.39%-
HSV(B)166.36º35.29%73.33%-
XYZ33.142.5845.5-
YUV165.56131.6396.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=25.21%
G=38.96%
B=35.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871720.3500.080.27166.3632.6760.39
Hex79BBAC23081Ba6213c
Octal17127325443010332464174
Binary11110011011101110101100100011010001101110100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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