#79B2C0

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

Shades of Glacier #79B2C0

Tints of Glacier #79B2C0

Color information

#79B2C0 (or 0x79B2C0) is unknown color: approx Glacier. HEX triplet: 79, B2 and C0. RGB value is (121,178,192). Sum of RGB (Red+Green+Blue) = 121+178+192=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #79B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2C0 is #864D3F. Grayscale: #A2A2A2. Windows color (decimal): -8801600 or 12628601. OLE color: 12628601.

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

Color convert

RGB121178192-
CMYK0.370.0700.25
HSL191.83º36.04%61.37%-
HSV(B)191.83º36.98%75.29%-
XYZ33.3239.7155.78-
YUV162.55144.6298.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.64%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=24.64%
G=36.25%
B=39.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211781920.370.0700.25191.8336.0461.37
Hex79B2C0257019c0243d
Octal1712623004570313004475
Binary1111001101100101100000010010111101100111000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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