#7AAAC6

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

Shades of Glacier #7AAAC6

Tints of Glacier #7AAAC6

Color information

#7AAAC6 (or 0x7AAAC6) is unknown color: approx Glacier. HEX triplet: 7A, AA and C6. RGB value is (122,170,198). Sum of RGB (Red+Green+Blue) = 122+170+198=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #7AAAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAC6 is #855539. Grayscale: #9E9E9E. Windows color (decimal): -8738106 or 13019770. OLE color: 13019770.

HSL color Cylindrical-coordinate representation of color #7AAAC6: hue angle of 202.11º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AAAC6 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122170198-
CMYK0.380.1400.22
HSL202.11º40%62.75%-
HSV(B)202.11º38.38%77.65%-
XYZ32.5936.9658.84-
YUV158.84150.1101.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.90%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=24.90%
G=34.69%
B=40.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221701980.380.1400.22202.114062.75
Hex7AAAC626E016ca283f
Octal17225230646160263125077
Binary11110101010101011000110100110111001011011001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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