#79ACBF

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

Shades of Glacier #79ACBF

Tints of Glacier #79ACBF

Color information

#79ACBF (or 0x79ACBF) is unknown color: approx Glacier. HEX triplet: 79, AC and BF. RGB value is (121,172,191). Sum of RGB (Red+Green+Blue) = 121+172+191=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #79ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACBF is #865340. Grayscale: #9E9E9E. Windows color (decimal): -8803137 or 12561529. OLE color: 12561529.

HSL color Cylindrical-coordinate representation of color #79ACBF: hue angle of 196.29º degrees, saturation: 0.35, 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 #79ACBF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121172191-
CMYK0.370.1000.25
HSL196.29º35.35%61.18%-
HSV(B)196.29º36.65%74.9%-
XYZ32.0437.3354.81-
YUV158.92146.1100.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 191 (75% from 255) = 39.46%
R=25%
G=35.54%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211721910.370.1000.25196.2935.3561.18
Hex79ACBF25A019c4233d
Octal17125427745120313044375
Binary11110011010110010111111100101101001100111000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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