#79BAA2

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

Shades of Gulf Stream #79BAA2

Tints of Gulf Stream #79BAA2

Color information

#79BAA2 (or 0x79BAA2) is unknown color: approx Gulf Stream. HEX triplet: 79, BA and A2. RGB value is (121,186,162). Sum of RGB (Red+Green+Blue) = 121+186+162=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #79BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BAA2 is #86455D. Grayscale: #A3A3A3. Windows color (decimal): -8799582 or 10664569. OLE color: 10664569.

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

Color convert

RGB121186162-
CMYK0.3500.130.27
HSL157.85º32.02%60.2%-
HSV(B)157.85º34.95%72.94%-
XYZ31.9741.7940.56-
YUV163.83126.9797.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=25.80%
G=39.66%
B=34.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861620.3500.130.27157.8532.0260.2
Hex79BAA2230D1B9e203c
Octal17127224243015332364074
Binary11110011011101010100010100011011011101110011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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