#7CAB99

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

Shades of Acapulco #7CAB99

Tints of Acapulco #7CAB99

Color information

#7CAB99 (or 0x7CAB99) is unknown color: approx Acapulco. HEX triplet: 7C, AB and 99. RGB value is (124,171,153). Sum of RGB (Red+Green+Blue) = 124+171+153=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB99 is #835466. Grayscale: #9A9A9A. Windows color (decimal): -8606823 or 10070908. OLE color: 10070908.

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

Color convert

RGB124171153-
CMYK0.2700.110.33
HSL157.02º21.86%57.84%-
HSV(B)157.02º27.49%67.06%-
XYZ28.6235.7135.52-
YUV154.9126.93105.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.68%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=27.68%
G=38.17%
B=34.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711530.2700.110.33157.0221.8657.84
Hex7CAB991B0B219d163a
Octal17425323133013412352672
Binary1111100101010111001100111011010111000011001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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