#6EAC8A

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

Shades of Acapulco #6EAC8A

Tints of Acapulco #6EAC8A

Color information

#6EAC8A (or 0x6EAC8A) is unknown color: approx Acapulco. HEX triplet: 6E, AC and 8A. RGB value is (110,172,138). Sum of RGB (Red+Green+Blue) = 110+172+138=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAC8A is #915375. Grayscale: #959595. Windows color (decimal): -9524086 or 9088110. OLE color: 9088110.

HSL color Cylindrical-coordinate representation of color #6EAC8A: hue angle of 147.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAC8A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB110172138-
CMYK0.3600.200.33
HSL147.1º27.19%55.29%-
HSV(B)147.1º36.05%67.45%-
XYZ25.7734.6629.38-
YUV149.59121.4699.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.19%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=26.19%
G=40.95%
B=32.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101721380.3600.200.33147.127.1955.29
Hex6EAC8A2401421931b37
Octal15625421244024412233367
Binary110111010101100100010101001000101001000011001001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,138); }

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

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

 a { background-color: rgb(110,172,138); }

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

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

 span { border-color: rgb(110,172,138); }

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