#6EA48B

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

Shades of Acapulco #6EA48B

Tints of Acapulco #6EA48B

Color information

#6EA48B (or 0x6EA48B) is unknown color: approx Acapulco. HEX triplet: 6E, A4 and 8B. RGB value is (110,164,139). Sum of RGB (Red+Green+Blue) = 110+164+139=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA48B is #915B74. Grayscale: #919191. Windows color (decimal): -9526133 or 9151598. OLE color: 9151598.

HSL color Cylindrical-coordinate representation of color #6EA48B: hue angle of 152.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA48B is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB110164139-
CMYK0.3300.150.36
HSL152.22º22.88%53.73%-
HSV(B)152.22º32.93%64.31%-
XYZ24.3731.7329.27-
YUV145124.61103.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=26.63%
G=39.71%
B=33.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641390.3300.150.36152.2222.8853.73
Hex6EA48B210F24981736
Octal15624421341017442302766
Binary11011101010010010001011100001011111001001001100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,139); }

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

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

 a { background-color: rgb(110,164,139); }

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

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

 span { border-color: rgb(110,164,139); }

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