#79BABF

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

Shades of Glacier #79BABF

Tints of Glacier #79BABF

Color information

#79BABF (or 0x79BABF) is unknown color: approx Glacier. HEX triplet: 79, BA and BF. RGB value is (121,186,191). Sum of RGB (Red+Green+Blue) = 121+186+191=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #79BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BABF is #864540. Grayscale: #A7A7A7. Windows color (decimal): -8799553 or 12565113. OLE color: 12565113.

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

Color convert

RGB121186191-
CMYK0.370.0300.25
HSL184.29º35.35%61.18%-
HSV(B)184.29º36.65%74.9%-
XYZ34.8542.9455.74-
YUV167.14141.4795.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.30%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 191 (75% from 255) = 38.35%
R=24.30%
G=37.35%
B=38.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211861910.370.0300.25184.2935.3561.18
Hex79BABF253019b8233d
Octal1712722774530312704375
Binary111100110111010101111111001011101100110111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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