#79B4A8

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

Shades of Gulf Stream #79B4A8

Tints of Gulf Stream #79B4A8

Color information

#79B4A8 (or 0x79B4A8) is unknown color: approx Gulf Stream. HEX triplet: 79, B4 and A8. RGB value is (121,180,168). Sum of RGB (Red+Green+Blue) = 121+180+168=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #79B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B4A8 is #864B57. Grayscale: #A0A0A0. Windows color (decimal): -8801112 or 11056249. OLE color: 11056249.

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

Color convert

RGB121180168-
CMYK0.3300.070.29
HSL167.8º28.23%59.02%-
HSV(B)167.8º32.78%70.59%-
XYZ31.2739.5343.03-
YUV160.99131.9599.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=25.80%
G=38.38%
B=35.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211801680.3300.070.29167.828.2359.02
Hex79B4A821071Da81c3b
Octal1712642504107352503473
Binary111100110110100101010001000010111111011010100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,180,168); }

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

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

 a { background-color: rgb(121,180,168); }

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

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

 span { border-color: rgb(121,180,168); }

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