#79B7BA

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

Shades of Glacier #79B7BA

Tints of Glacier #79B7BA

Color information

#79B7BA (or 0x79B7BA) is unknown color: approx Glacier. HEX triplet: 79, B7 and BA. RGB value is (121,183,186). Sum of RGB (Red+Green+Blue) = 121+183+186=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B7BA is #864845. Grayscale: #A4A4A4. Windows color (decimal): -8800326 or 12236665. OLE color: 12236665.

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

Color convert

RGB121183186-
CMYK0.350.0200.27
HSL182.77º32.02%60.2%-
HSV(B)182.77º34.95%72.94%-
XYZ33.6841.4852.69-
YUV164.8139.9696.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.69%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=24.69%
G=37.35%
B=37.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211831860.350.0200.27182.7732.0260.2
Hex79B7BA23201Bb7203c
Octal1712672724320332674074
Binary111100110110111101110101000111001101110110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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