#79ACBE

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

Shades of Glacier #79ACBE

Tints of Glacier #79ACBE

Color information

#79ACBE (or 0x79ACBE) is unknown color: approx Glacier. HEX triplet: 79, AC and BE. RGB value is (121,172,190). Sum of RGB (Red+Green+Blue) = 121+172+190=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #79ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACBE is #865341. Grayscale: #9E9E9E. Windows color (decimal): -8803138 or 12495993. OLE color: 12495993.

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

Color convert

RGB121172190-
CMYK0.360.0900.25
HSL195.65º34.67%60.98%-
HSV(B)195.65º36.32%74.51%-
XYZ31.9337.2954.23-
YUV158.8145.6101.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=25.05%
G=35.61%
B=39.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211721900.360.0900.25195.6534.6760.98
Hex79ACBE249019c4233d
Octal17125427644110313044375
Binary11110011010110010111110100100100101100111000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,190); }

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

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

 a { background-color: rgb(121,172,190); }

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

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

 span { border-color: rgb(121,172,190); }

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