#79aebe

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

Shades of Glacier #79AEBE

Tints of Glacier #79AEBE

Color information

#79AEBE (or 0x79AEBE) is unknown color: approx Glacier. HEX triplet: 79, AE and BE. RGB value is (121,174,190). Sum of RGB (Red+Green+Blue) = 121+174+190=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #79AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AEBE is #865141. Grayscale: #9F9F9F. Windows color (decimal): -8802626 or 12496505. OLE color: 12496505.

HSL color Cylindrical-coordinate representation of color #79AEBE: hue angle of 193.91º 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 #79AEBE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121174190-
CMYK0.360.0800.25
HSL193.91º34.67%60.98%-
HSV(B)193.91º36.32%74.51%-
XYZ32.3238.0554.36-
YUV159.98144.94100.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=24.95%
G=35.88%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211741900.360.0800.25193.9134.6760.98
Hex79AEBE248019c2233d
Octal17125627644100313024375
Binary11110011010111010111110100100100001100111000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79aebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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