#7EB0B6

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

Shades of Glacier #7EB0B6

Tints of Glacier #7EB0B6

Color information

#7EB0B6 (or 0x7EB0B6) is unknown color: approx Glacier. HEX triplet: 7E, B0 and B6. RGB value is (126,176,182). Sum of RGB (Red+Green+Blue) = 126+176+182=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #7EB0B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0B6 is #814F49. Grayscale: #A1A1A1. Windows color (decimal): -8474442 or 11972734. OLE color: 11972734.

HSL color Cylindrical-coordinate representation of color #7EB0B6: hue angle of 186.43º 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 #7EB0B6 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126176182-
CMYK0.310.0300.29
HSL186.43º27.72%60.39%-
HSV(B)186.43º30.77%71.37%-
XYZ32.5738.8650.04-
YUV161.73139.44102.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=26.03%
G=36.36%
B=37.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261761820.310.0300.29186.4327.7260.39
Hex7EB0B61F301Dba1c3c
Octal1762602663730352723474
Binary1111110101100001011011011111110111011011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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