#79BCBD

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

Shades of Glacier #79BCBD

Tints of Glacier #79BCBD

Color information

#79BCBD (or 0x79BCBD) is unknown color: approx Glacier. HEX triplet: 79, BC and BD. RGB value is (121,188,189). Sum of RGB (Red+Green+Blue) = 121+188+189=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #79BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BCBD is #864342. Grayscale: #A8A8A8. Windows color (decimal): -8799043 or 12434553. OLE color: 12434553.

HSL color Cylindrical-coordinate representation of color #79BCBD: hue angle of 180.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BCBD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121188189-
CMYK0.360.0100.26
HSL180.88º34%60.78%-
HSV(B)180.88º35.98%74.12%-
XYZ35.0543.7154.73-
YUV168.08139.894.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.30%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=24.30%
G=37.75%
B=37.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211881890.360.0100.26180.883460.78
Hex79BCBD24101Ab5223d
Octal1712742754410322654275
Binary11110011011110010111101100100101101010110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,188,189); }

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

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

 a { background-color: rgb(121,188,189); }

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

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

 span { border-color: rgb(121,188,189); }

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