#79B5BA

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

Shades of Glacier #79B5BA

Tints of Glacier #79B5BA

Color information

#79B5BA (or 0x79B5BA) is unknown color: approx Glacier. HEX triplet: 79, B5 and BA. RGB value is (121,181,186). Sum of RGB (Red+Green+Blue) = 121+181+186=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B5BA is #864A45. Grayscale: #A3A3A3. Windows color (decimal): -8800838 or 12236153. OLE color: 12236153.

HSL color Cylindrical-coordinate representation of color #79B5BA: hue angle of 184.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79B5BA is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121181186-
CMYK0.350.0300.27
HSL184.62º32.02%60.2%-
HSV(B)184.62º34.95%72.94%-
XYZ33.2740.6652.55-
YUV163.63140.6297.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=24.80%
G=37.09%
B=38.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211811860.350.0300.27184.6232.0260.2
Hex79B5BA23301Bb9203c
Octal1712652724330332714074
Binary111100110110101101110101000111101101110111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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