#7AB2BA

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

Shades of Glacier #7AB2BA

Tints of Glacier #7AB2BA

Color information

#7AB2BA (or 0x7AB2BA) is unknown color: approx Glacier. HEX triplet: 7A, B2 and BA. RGB value is (122,178,186). Sum of RGB (Red+Green+Blue) = 122+178+186=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AB2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2BA is #854D45. Grayscale: #A2A2A2. Windows color (decimal): -8736070 or 12235386. OLE color: 12235386.

HSL color Cylindrical-coordinate representation of color #7AB2BA: hue angle of 187.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB2BA is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122178186-
CMYK0.340.0400.27
HSL187.5º31.68%60.39%-
HSV(B)187.5º34.41%72.94%-
XYZ32.8139.5252.35-
YUV162.17141.4599.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=25.10%
G=36.63%
B=38.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221781860.340.0400.27187.531.6860.39
Hex7AB2BA22401Bbc203c
Octal1722622724240332744074
Binary1111010101100101011101010001010001101110111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,178,186); }

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

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

 a { background-color: rgb(122,178,186); }

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

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

 span { border-color: rgb(122,178,186); }

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