#79B5B3

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

Shades of Gulf Stream #79B5B3

Tints of Gulf Stream #79B5B3

Color information

#79B5B3 (or 0x79B5B3) is unknown color: approx Gulf Stream. HEX triplet: 79, B5 and B3. RGB value is (121,181,179). Sum of RGB (Red+Green+Blue) = 121+181+179=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #79B5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B5B3 is #864A4C. Grayscale: #A2A2A2. Windows color (decimal): -8800845 or 11777401. OLE color: 11777401.

HSL color Cylindrical-coordinate representation of color #79B5B3: hue angle of 178º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B5B3 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB121181179-
CMYK0.3300.010.29
HSL178º28.85%59.22%-
HSV(B)178º33.15%70.98%-
XYZ32.5540.3748.72-
YUV162.83137.1298.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.16%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=25.16%
G=37.63%
B=37.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211811790.3300.010.2917828.8559.22
Hex79B5B321011Db21d3b
Octal1712652634101352623573
Binary1111001101101011011001110000101111011011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,181,179); }

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

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

 a { background-color: rgb(121,181,179); }

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

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

 span { border-color: rgb(121,181,179); }

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