#6EB496

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

Shades of Acapulco #6EB496

Tints of Acapulco #6EB496

Color information

#6EB496 (or 0x6EB496) is unknown color: approx Acapulco. HEX triplet: 6E, B4 and 96. RGB value is (110,180,150). Sum of RGB (Red+Green+Blue) = 110+180+150=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB496 is #914B69. Grayscale: #9B9B9B. Windows color (decimal): -9522026 or 9876590. OLE color: 9876590.

HSL color Cylindrical-coordinate representation of color #6EB496: hue angle of 154.29º 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 #6EB496 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB110180150-
CMYK0.3900.170.29
HSL154.29º31.82%56.86%-
HSV(B)154.29º38.89%70.59%-
XYZ28.2638.1634.73-
YUV155.65124.8195.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=25%
G=40.91%
B=34.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801500.3900.170.29154.2931.8256.86
Hex6EB496270111D9a2039
Octal15626422647021352324071
Binary110111010110100100101101001110100011110110011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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