#7AACBE

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

Shades of Glacier #7AACBE

Tints of Glacier #7AACBE

Color information

#7AACBE (or 0x7AACBE) is unknown color: approx Glacier. HEX triplet: 7A, AC and BE. RGB value is (122,172,190). Sum of RGB (Red+Green+Blue) = 122+172+190=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #7AACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACBE is #855341. Grayscale: #9E9E9E. Windows color (decimal): -8737602 or 12495994. OLE color: 12495994.

HSL color Cylindrical-coordinate representation of color #7AACBE: hue angle of 195.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AACBE is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122172190-
CMYK0.360.0900.25
HSL195.88º34.34%61.18%-
HSV(B)195.88º35.79%74.51%-
XYZ32.0737.3654.24-
YUV159.1145.44101.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=25.21%
G=35.54%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221721900.360.0900.25195.8834.3461.18
Hex7AACBE249019c4223d
Octal17225427644110313044275
Binary11110101010110010111110100100100101100111000100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,190); }

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

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

 a { background-color: rgb(122,172,190); }

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

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

 span { border-color: rgb(122,172,190); }

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