#7AAAB4

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

Shades of Glacier #7AAAB4

Tints of Glacier #7AAAB4

Color information

#7AAAB4 (or 0x7AAAB4) is unknown color: approx Glacier. HEX triplet: 7A, AA and B4. RGB value is (122,170,180). Sum of RGB (Red+Green+Blue) = 122+170+180=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #7AAAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAB4 is #85554B. Grayscale: #9C9C9C. Windows color (decimal): -8738124 or 11840122. OLE color: 11840122.

HSL color Cylindrical-coordinate representation of color #7AAAB4: hue angle of 190.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AAAB4 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122170180-
CMYK0.320.0600.29
HSL190.34º27.88%59.22%-
HSV(B)190.34º32.22%70.59%-
XYZ30.6436.1848.55-
YUV156.79141.1103.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=25.85%
G=36.02%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221701800.320.0600.29190.3427.8859.22
Hex7AAAB420601Dbe1c3b
Octal1722522644060352763473
Binary111101010101010101101001000001100111011011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,180); }

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

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

 a { background-color: rgb(122,170,180); }

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

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

 span { border-color: rgb(122,170,180); }

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