#67A48C

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

Shades of Acapulco #67A48C

Tints of Acapulco #67A48C

Color information

#67A48C (or 0x67A48C) is unknown color: approx Acapulco. HEX triplet: 67, A4 and 8C. RGB value is (103,164,140). Sum of RGB (Red+Green+Blue) = 103+164+140=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #67A48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A48C is #985B73. Grayscale: #8F8F8F. Windows color (decimal): -9984884 or 9217127. OLE color: 9217127.

HSL color Cylindrical-coordinate representation of color #67A48C: hue angle of 156.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A48C is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB103164140-
CMYK0.3700.150.36
HSL156.39º25.1%52.35%-
HSV(B)156.39º37.2%64.31%-
XYZ23.631.3329.61-
YUV143.02126.2999.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=25.31%
G=40.29%
B=34.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031641400.3700.150.36156.3925.152.35
Hex67A48C250F249c1934
Octal14724421445017442343164
Binary11001111010010010001100100101011111001001001110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A48C; }

 p { color: rgb(103,164,140); }

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

<style>
 a { background-color: #67A48C; }

 a { background-color: rgb(103,164,140); }

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

<style>
 span { border-color: #67A48C; }

 span { border-color: rgb(103,164,140); }

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