#79BABB

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

Shades of Glacier #79BABB

Tints of Glacier #79BABB

Color information

#79BABB (or 0x79BABB) is unknown color: approx Glacier. HEX triplet: 79, BA and BB. RGB value is (121,186,187). Sum of RGB (Red+Green+Blue) = 121+186+187=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #79BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BABB is #864544. Grayscale: #A6A6A6. Windows color (decimal): -8799557 or 12302969. OLE color: 12302969.

HSL color Cylindrical-coordinate representation of color #79BABB: hue angle of 180.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BABB is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121186187-
CMYK0.350.0100.27
HSL180.91º32.67%60.39%-
HSV(B)180.91º35.29%73.33%-
XYZ34.4142.7753.46-
YUV166.68139.4795.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=24.49%
G=37.65%
B=37.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861870.350.0100.27180.9132.6760.39
Hex79BABB23101Bb5213c
Octal1712722734310332654174
Binary11110011011101010111011100011101101110110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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