#7CA69A

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

Shades of Acapulco #7CA69A

Tints of Acapulco #7CA69A

Color information

#7CA69A (or 0x7CA69A) is unknown color: approx Acapulco. HEX triplet: 7C, A6 and 9A. RGB value is (124,166,154). Sum of RGB (Red+Green+Blue) = 124+166+154=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA69A is #835965. Grayscale: #989898. Windows color (decimal): -8608102 or 10135164. OLE color: 10135164.

HSL color Cylindrical-coordinate representation of color #7CA69A: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA69A is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB124166154-
CMYK0.2500.070.35
HSL162.86º19.09%56.86%-
HSV(B)162.86º25.3%65.1%-
XYZ27.7833.8935.65-
YUV152.07129.09107.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=27.93%
G=37.39%
B=34.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241661540.2500.070.35162.8619.0956.86
Hex7CA69A190723a31339
Octal1742462323107432432371
Binary111110010100110100110101100101111000111010001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,166,154); }

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

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

 a { background-color: rgb(124,166,154); }

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

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

 span { border-color: rgb(124,166,154); }

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