#79B2AE

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

Shades of Gulf Stream #79B2AE

Tints of Gulf Stream #79B2AE

Color information

#79B2AE (or 0x79B2AE) is unknown color: approx Gulf Stream. HEX triplet: 79, B2 and AE. RGB value is (121,178,174). Sum of RGB (Red+Green+Blue) = 121+178+174=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #79B2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B2AE is #864D51. Grayscale: #A0A0A0. Windows color (decimal): -8801618 or 11448953. OLE color: 11448953.

HSL color Cylindrical-coordinate representation of color #79B2AE: hue angle of 175.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B2AE is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB121178174-
CMYK0.3200.020.30
HSL175.79º27.01%58.63%-
HSV(B)175.79º32.02%69.8%-
XYZ31.4538.9645.91-
YUV160.5135.6299.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=25.58%
G=37.63%
B=36.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211781740.3200.020.30175.7927.0158.63
Hex79B2AE20021Eb01b3b
Octal1712622564002362603373
Binary11110011011001010101110100000010111101011000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,178,174); }

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

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

 a { background-color: rgb(121,178,174); }

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

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

 span { border-color: rgb(121,178,174); }

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