#7CAB9B

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

Shades of Acapulco #7CAB9B

Tints of Acapulco #7CAB9B

Color information

#7CAB9B (or 0x7CAB9B) is unknown color: approx Acapulco. HEX triplet: 7C, AB and 9B. RGB value is (124,171,155). Sum of RGB (Red+Green+Blue) = 124+171+155=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB9B is #835464. Grayscale: #9B9B9B. Windows color (decimal): -8606821 or 10201980. OLE color: 10201980.

HSL color Cylindrical-coordinate representation of color #7CAB9B: hue angle of 159.57º 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 #7CAB9B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB124171155-
CMYK0.2700.090.33
HSL159.57º21.86%57.84%-
HSV(B)159.57º27.49%67.06%-
XYZ28.7935.7836.4-
YUV155.12127.93105.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=27.56%
G=38%
B=34.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711550.2700.090.33159.5721.8657.84
Hex7CAB9B1B0921a0163a
Octal17425323333011412402672
Binary1111100101010111001101111011010011000011010000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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