#79B5B2

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

Shades of Gulf Stream #79B5B2

Tints of Gulf Stream #79B5B2

Color information

#79B5B2 (or 0x79B5B2) is unknown color: approx Gulf Stream. HEX triplet: 79, B5 and B2. RGB value is (121,181,178). Sum of RGB (Red+Green+Blue) = 121+181+178=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #79B5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B5B2 is #864A4D. Grayscale: #A2A2A2. Windows color (decimal): -8800846 or 11711865. OLE color: 11711865.

HSL color Cylindrical-coordinate representation of color #79B5B2: hue angle of 177º 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 #79B5B2 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB121181178-
CMYK0.3300.020.29
HSL177º28.85%59.22%-
HSV(B)177º33.15%70.98%-
XYZ32.4440.3348.19-
YUV162.72136.6298.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=25.21%
G=37.71%
B=37.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211811780.3300.020.2917728.8559.22
Hex79B5B221021Db11d3b
Octal1712652624102352613573
Binary11110011011010110110010100001010111011011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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