#79B4BA

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

Shades of Glacier #79B4BA

Tints of Glacier #79B4BA

Color information

#79B4BA (or 0x79B4BA) is unknown color: approx Glacier. HEX triplet: 79, B4 and BA. RGB value is (121,180,186). Sum of RGB (Red+Green+Blue) = 121+180+186=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B4BA is #864B45. Grayscale: #A2A2A2. Windows color (decimal): -8801094 or 12235897. OLE color: 12235897.

HSL color Cylindrical-coordinate representation of color #79B4BA: hue angle of 185.54º 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 #79B4BA is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121180186-
CMYK0.350.0300.27
HSL185.54º32.02%60.2%-
HSV(B)185.54º34.95%72.94%-
XYZ33.0740.2552.48-
YUV163.04140.9598.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=24.85%
G=36.96%
B=38.19%

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
Decimal1211801860.350.0300.27185.5432.0260.2
Hex79B4BA23301Bba203c
Octal1712642724330332724074
Binary111100110110100101110101000111101101110111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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