#7AB1B6

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

Shades of Glacier #7AB1B6

Tints of Glacier #7AB1B6

Color information

#7AB1B6 (or 0x7AB1B6) is unknown color: approx Glacier. HEX triplet: 7A, B1 and B6. RGB value is (122,177,182). Sum of RGB (Red+Green+Blue) = 122+177+182=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #7AB1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1B6 is #854E49. Grayscale: #A1A1A1. Windows color (decimal): -8736330 or 11972986. OLE color: 11972986.

HSL color Cylindrical-coordinate representation of color #7AB1B6: hue angle of 185º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB1B6 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122177182-
CMYK0.330.0300.29
HSL185º29.13%59.61%-
HSV(B)185º32.97%71.37%-
XYZ32.1938.9650.08-
YUV161.12139.78100.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=25.36%
G=36.80%
B=37.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221771820.330.0300.2918529.1359.61
Hex7AB1B621301Db91d3c
Octal1722612664130352713574
Binary11110101011000110110110100001110111011011100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AB1B6; }

 p { color: rgb(122,177,182); }

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

<style>
 a { background-color: #7AB1B6; }

 a { background-color: rgb(122,177,182); }

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

<style>
 span { border-color: #7AB1B6; }

 span { border-color: rgb(122,177,182); }

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