#7EA0AC

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

Shades of Bali Hai #7EA0AC

Tints of Bali Hai #7EA0AC

Color information

#7EA0AC (or 0x7EA0AC) is unknown color: approx Bali Hai. HEX triplet: 7E, A0 and AC. RGB value is (126,160,172). Sum of RGB (Red+Green+Blue) = 126+160+172=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #7EA0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA0AC is #815F53. Grayscale: #979797. Windows color (decimal): -8478548 or 11313278. OLE color: 11313278.

HSL color Cylindrical-coordinate representation of color #7EA0AC: hue angle of 195.65º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA0AC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126160172-
CMYK0.270.0700.33
HSL195.65º21.7%58.43%-
HSV(B)195.65º26.74%67.45%-
XYZ28.6232.5643.81-
YUV151.2139.74110.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=27.51%
G=34.93%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261601720.270.0700.33195.6521.758.43
Hex7EA0AC1B7021c4163a
Octal1762402543370413042672
Binary111111010100000101011001101111101000011100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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