#7AAAC4

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

Shades of Glacier #7AAAC4

Tints of Glacier #7AAAC4

Color information

#7AAAC4 (or 0x7AAAC4) is unknown color: approx Glacier. HEX triplet: 7A, AA and C4. RGB value is (122,170,196). Sum of RGB (Red+Green+Blue) = 122+170+196=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #7AAAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAC4 is #85553B. Grayscale: #9E9E9E. Windows color (decimal): -8738108 or 12888698. OLE color: 12888698.

HSL color Cylindrical-coordinate representation of color #7AAAC4: hue angle of 201.08º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AAAC4 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB122170196-
CMYK0.380.1300.23
HSL201.08º38.54%62.35%-
HSV(B)201.08º37.76%76.86%-
XYZ32.3636.8757.64-
YUV158.61149.1101.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=25%
G=34.84%
B=40.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221701960.380.1300.23201.0838.5462.35
Hex7AAAC426D017c9273e
Octal17225230446150273114776
Binary11110101010101011000100100110110101011111001001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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