#7CAB96

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

Shades of Acapulco #7CAB96

Tints of Acapulco #7CAB96

Color information

#7CAB96 (or 0x7CAB96) is unknown color: approx Acapulco. HEX triplet: 7C, AB and 96. RGB value is (124,171,150). Sum of RGB (Red+Green+Blue) = 124+171+150=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB96 is #835469. Grayscale: #9A9A9A. Windows color (decimal): -8606826 or 9874300. OLE color: 9874300.

HSL color Cylindrical-coordinate representation of color #7CAB96: hue angle of 153.19º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAB96 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB124171150-
CMYK0.2700.120.33
HSL153.19º21.86%57.84%-
HSV(B)153.19º27.49%67.06%-
XYZ28.3835.6134.23-
YUV154.55125.43106.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.87%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=27.87%
G=38.43%
B=33.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711500.2700.120.33153.1921.8657.84
Hex7CAB961B0C2199163a
Octal17425322633014412312672
Binary1111100101010111001011011011011001000011001100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,150); }

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

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

 a { background-color: rgb(124,171,150); }

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

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

 span { border-color: rgb(124,171,150); }

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