#79AFBF

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

Shades of Glacier #79AFBF

Tints of Glacier #79AFBF

Color information

#79AFBF (or 0x79AFBF) is unknown color: approx Glacier. HEX triplet: 79, AF and BF. RGB value is (121,175,191). Sum of RGB (Red+Green+Blue) = 121+175+191=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #79AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFBF is #865040. Grayscale: #A0A0A0. Windows color (decimal): -8802369 or 12562297. OLE color: 12562297.

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

Color convert

RGB121175191-
CMYK0.370.0800.25
HSL193.71º35.35%61.18%-
HSV(B)193.71º36.65%74.9%-
XYZ32.6238.4955-
YUV160.68145.1199.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 191 (75% from 255) = 39.22%
R=24.85%
G=35.93%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211751910.370.0800.25193.7135.3561.18
Hex79AFBF258019c2233d
Octal17125727745100313024375
Binary11110011010111110111111100101100001100111000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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