#79B9BA

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

Shades of Glacier #79B9BA

Tints of Glacier #79B9BA

Color information

#79B9BA (or 0x79B9BA) is unknown color: approx Glacier. HEX triplet: 79, B9 and BA. RGB value is (121,185,186). Sum of RGB (Red+Green+Blue) = 121+185+186=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B9BA is #864645. Grayscale: #A5A5A5. Windows color (decimal): -8799814 or 12237177. OLE color: 12237177.

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

Color convert

RGB121185186-
CMYK0.350.0100.27
HSL180.92º32.02%60.2%-
HSV(B)180.92º34.95%72.94%-
XYZ34.142.3152.82-
YUV165.98139.395.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.59%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=24.59%
G=37.60%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211851860.350.0100.27180.9232.0260.2
Hex79B9BA23101Bb5203c
Octal1712712724310332654074
Binary11110011011100110111010100011101101110110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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