#7EB2B6

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

Shades of Glacier #7EB2B6

Tints of Glacier #7EB2B6

Color information

#7EB2B6 (or 0x7EB2B6) is unknown color: approx Glacier. HEX triplet: 7E, B2 and B6. RGB value is (126,178,182). Sum of RGB (Red+Green+Blue) = 126+178+182=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #7EB2B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB2B6 is #814D49. Grayscale: #A2A2A2. Windows color (decimal): -8473930 or 11973246. OLE color: 11973246.

HSL color Cylindrical-coordinate representation of color #7EB2B6: hue angle of 184.29º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB2B6 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126178182-
CMYK0.310.0200.29
HSL184.29º27.72%60.39%-
HSV(B)184.29º30.77%71.37%-
XYZ32.9739.6550.17-
YUV162.91138.77101.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=25.93%
G=36.63%
B=37.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261781820.310.0200.29184.2927.7260.39
Hex7EB2B61F201Db81c3c
Octal1762622663720352703474
Binary1111110101100101011011011111100111011011100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,178,182); }

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

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

 a { background-color: rgb(126,178,182); }

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

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

 span { border-color: rgb(126,178,182); }

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