#6EB495

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

Shades of Acapulco #6EB495

Tints of Acapulco #6EB495

Color information

#6EB495 (or 0x6EB495) is unknown color: approx Acapulco. HEX triplet: 6E, B4 and 95. RGB value is (110,180,149). Sum of RGB (Red+Green+Blue) = 110+180+149=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB495 is #914B6A. Grayscale: #9B9B9B. Windows color (decimal): -9522027 or 9811054. OLE color: 9811054.

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

Color convert

RGB110180149-
CMYK0.3900.170.29
HSL153.43º31.82%56.86%-
HSV(B)153.43º38.89%70.59%-
XYZ28.1838.1334.31-
YUV155.54124.3195.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.06%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=25.06%
G=41.00%
B=33.94%

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
Decimal1101801490.3900.170.29153.4331.8256.86
Hex6EB495270111D992039
Octal15626422547021352314071
Binary110111010110100100101011001110100011110110011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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