#79B6B4

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

Shades of Gulf Stream #79B6B4

Tints of Gulf Stream #79B6B4

Color information

#79B6B4 (or 0x79B6B4) is unknown color: approx Gulf Stream. HEX triplet: 79, B6 and B4. RGB value is (121,182,180). Sum of RGB (Red+Green+Blue) = 121+182+180=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #79B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B6B4 is #86494B. Grayscale: #A3A3A3. Windows color (decimal): -8800588 or 11843193. OLE color: 11843193.

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

Color convert

RGB121182180-
CMYK0.3400.010.29
HSL178.03º29.47%59.41%-
HSV(B)178.03º33.52%71.37%-
XYZ32.8540.8249.33-
YUV163.53137.2997.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=25.05%
G=37.68%
B=37.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211821800.3400.010.29178.0329.4759.41
Hex79B6B422011Db21d3b
Octal1712662644201352623573
Binary1111001101101101011010010001001111011011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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