#7CAF97

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

Shades of Acapulco #7CAF97

Tints of Acapulco #7CAF97

Color information

#7CAF97 (or 0x7CAF97) is unknown color: approx Acapulco. HEX triplet: 7C, AF and 97. RGB value is (124,175,151). Sum of RGB (Red+Green+Blue) = 124+175+151=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF97 is #835068. Grayscale: #9D9D9D. Windows color (decimal): -8605801 or 9940860. OLE color: 9940860.

HSL color Cylindrical-coordinate representation of color #7CAF97: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF97 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB124175151-
CMYK0.2900.140.31
HSL151.76º24.17%58.63%-
HSV(B)151.76º29.14%68.63%-
XYZ29.2337.1834.91-
YUV157.01124.6104.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=27.56%
G=38.89%
B=33.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751510.2900.140.31151.7624.1758.63
Hex7CAF971D0E1F98183b
Octal17425722735016372303073
Binary111110010101111100101111110101110111111001100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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