#7CA48E

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

Shades of Acapulco #7CA48E

Tints of Acapulco #7CA48E

Color information

#7CA48E (or 0x7CA48E) is unknown color: approx Acapulco. HEX triplet: 7C, A4 and 8E. RGB value is (124,164,142). Sum of RGB (Red+Green+Blue) = 124+164+142=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA48E is #835B71. Grayscale: #959595. Windows color (decimal): -8608626 or 9348220. OLE color: 9348220.

HSL color Cylindrical-coordinate representation of color #7CA48E: hue angle of 147º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA48E is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB124164142-
CMYK0.2400.130.36
HSL147º18.02%56.47%-
HSV(B)147º24.39%64.31%-
XYZ26.4732.7930.52-
YUV149.53123.75109.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=28.84%
G=38.14%
B=33.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641420.2400.130.3614718.0256.47
Hex7CA48E180D24931238
Octal17424421630015442232270
Binary1111100101001001000111011000011011001001001001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA48E; }

 p { color: rgb(124,164,142); }

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

<style>
 a { background-color: #7CA48E; }

 a { background-color: rgb(124,164,142); }

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

<style>
 span { border-color: #7CA48E; }

 span { border-color: rgb(124,164,142); }

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