#7CAF9C

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

Shades of Acapulco #7CAF9C

Tints of Acapulco #7CAF9C

Color information

#7CAF9C (or 0x7CAF9C) is unknown color: approx Acapulco. HEX triplet: 7C, AF and 9C. RGB value is (124,175,156). Sum of RGB (Red+Green+Blue) = 124+175+156=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF9C is #835063. Grayscale: #9D9D9D. Windows color (decimal): -8605796 or 10268540. OLE color: 10268540.

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

Color convert

RGB124175156-
CMYK0.2900.110.31
HSL157.65º24.17%58.63%-
HSV(B)157.65º29.14%68.63%-
XYZ29.6437.3537.1-
YUV157.58127.1104.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.25%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=27.25%
G=38.46%
B=34.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751560.2900.110.31157.6524.1758.63
Hex7CAF9C1D0B1F9e183b
Octal17425723435013372363073
Binary111110010101111100111001110101011111111001111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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