#79BAC0

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

Shades of Glacier #79BAC0

Tints of Glacier #79BAC0

Color information

#79BAC0 (or 0x79BAC0) is unknown color: approx Glacier. HEX triplet: 79, BA and C0. RGB value is (121,186,192). Sum of RGB (Red+Green+Blue) = 121+186+192=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #79BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAC0 is #86453F. Grayscale: #A7A7A7. Windows color (decimal): -8799552 or 12630649. OLE color: 12630649.

HSL color Cylindrical-coordinate representation of color #79BAC0: hue angle of 185.07º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79BAC0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121186192-
CMYK0.370.0300.25
HSL185.07º36.04%61.37%-
HSV(B)185.07º36.98%75.29%-
XYZ34.9642.9956.32-
YUV167.25141.9795.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.25%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=24.25%
G=37.27%
B=38.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211861920.370.0300.25185.0736.0461.37
Hex79BAC0253019b9243d
Octal1712723004530312714475
Binary111100110111010110000001001011101100110111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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