#7CAE97

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

Shades of Acapulco #7CAE97

Tints of Acapulco #7CAE97

Color information

#7CAE97 (or 0x7CAE97) is unknown color: approx Acapulco. HEX triplet: 7C, AE and 97. RGB value is (124,174,151). Sum of RGB (Red+Green+Blue) = 124+174+151=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE97 is #835168. Grayscale: #9C9C9C. Windows color (decimal): -8606057 or 9940604. OLE color: 9940604.

HSL color Cylindrical-coordinate representation of color #7CAE97: hue angle of 152.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAE97 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB124174151-
CMYK0.2900.130.32
HSL152.4º23.58%58.43%-
HSV(B)152.4º28.74%68.24%-
XYZ29.0336.7934.85-
YUV156.43124.94104.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=27.62%
G=38.75%
B=33.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741510.2900.130.32152.423.5858.43
Hex7CAE971D0D2098183a
Octal17425622735015402303072
Binary1111100101011101001011111101011011000001001100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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