#7EACBE

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

Shades of Glacier #7EACBE

Tints of Glacier #7EACBE

Color information

#7EACBE (or 0x7EACBE) is unknown color: approx Glacier. HEX triplet: 7E, AC and BE. RGB value is (126,172,190). Sum of RGB (Red+Green+Blue) = 126+172+190=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACBE is #815341. Grayscale: #A0A0A0. Windows color (decimal): -8475458 or 12495998. OLE color: 12495998.

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

Color convert

RGB126172190-
CMYK0.340.0900.25
HSL196.88º32.99%61.96%-
HSV(B)196.88º33.68%74.51%-
XYZ32.6537.6654.26-
YUV160.3144.76103.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.82%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=25.82%
G=35.25%
B=38.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261721900.340.0900.25196.8832.9961.96
Hex7EACBE229019c5213e
Octal17625427642110313054176
Binary11111101010110010111110100010100101100111000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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