#6EB494

Color #6EB494 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #6EB494

Tints of Acapulco #6EB494

Color information

#6EB494 (or 0x6EB494) is unknown color: approx Acapulco. HEX triplet: 6E, B4 and 94. RGB value is (110,180,148). Sum of RGB (Red+Green+Blue) = 110+180+148=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB494 is #914B6B. Grayscale: #9B9B9B. Windows color (decimal): -9522028 or 9745518. OLE color: 9745518.

HSL color Cylindrical-coordinate representation of color #6EB494: hue angle of 152.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB494 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB110180148-
CMYK0.3900.180.29
HSL152.57º31.82%56.86%-
HSV(B)152.57º38.89%70.59%-
XYZ28.138.133.89-
YUV155.42123.8195.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.11%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=25.11%
G=41.10%
B=33.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801480.3900.180.29152.5731.8256.86
Hex6EB494270121D992039
Octal15626422447022352314071
Binary110111010110100100101001001110100101110110011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EB494; }

 p { color: rgb(110,180,148); }

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

<style>
 a { background-color: #6EB494; }

 a { background-color: rgb(110,180,148); }

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

<style>
 span { border-color: #6EB494; }

 span { border-color: rgb(110,180,148); }

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