#7CA197

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

Shades of Acapulco #7CA197

Tints of Acapulco #7CA197

Color information

#7CA197 (or 0x7CA197) is unknown color: approx Acapulco. HEX triplet: 7C, A1 and 97. RGB value is (124,161,151). Sum of RGB (Red+Green+Blue) = 124+161+151=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA197 is #835E68. Grayscale: #949494. Windows color (decimal): -8609385 or 9937276. OLE color: 9937276.

HSL color Cylindrical-coordinate representation of color #7CA197: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA197 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB124161151-
CMYK0.2300.060.37
HSL163.78º16.44%55.88%-
HSV(B)163.78º22.98%63.14%-
XYZ26.6432.0134.05-
YUV148.8129.24110.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=28.44%
G=36.93%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241611510.2300.060.37163.7816.4455.88
Hex7CA197170625a41038
Octal1742412272706452442070
Binary111110010100001100101111011101101001011010010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,161,151); }

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

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

 a { background-color: rgb(124,161,151); }

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

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

 span { border-color: rgb(124,161,151); }

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