#7AB2BF

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

Shades of Glacier #7AB2BF

Tints of Glacier #7AB2BF

Color information

#7AB2BF (or 0x7AB2BF) is unknown color: approx Glacier. HEX triplet: 7A, B2 and BF. RGB value is (122,178,191). Sum of RGB (Red+Green+Blue) = 122+178+191=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #7AB2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2BF is #854D40. Grayscale: #A2A2A2. Windows color (decimal): -8736065 or 12563066. OLE color: 12563066.

HSL color Cylindrical-coordinate representation of color #7AB2BF: hue angle of 191.3º degrees, saturation: 0.35, 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 #7AB2BF is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122178191-
CMYK0.360.0700.25
HSL191.3º35.03%61.37%-
HSV(B)191.3º36.13%74.9%-
XYZ33.3539.7455.2-
YUV162.74143.9598.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 191 (75% from 255) = 38.90%
R=24.85%
G=36.25%
B=38.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221781910.360.0700.25191.335.0361.37
Hex7AB2BF247019bf233d
Octal1722622774470312774375
Binary1111010101100101011111110010011101100110111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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