#75B49C

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

Shades of Acapulco #75B49C

Tints of Acapulco #75B49C

Color information

#75B49C (or 0x75B49C) is unknown color: approx Acapulco. HEX triplet: 75, B4 and 9C. RGB value is (117,180,156). Sum of RGB (Red+Green+Blue) = 117+180+156=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #75B49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B49C is #8A4B63. Grayscale: #9E9E9E. Windows color (decimal): -9063268 or 10269813. OLE color: 10269813.

HSL color Cylindrical-coordinate representation of color #75B49C: hue angle of 157.14º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B49C is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB117180156-
CMYK0.3500.130.29
HSL157.14º29.58%58.24%-
HSV(B)157.14º35%70.59%-
XYZ29.6638.8237.38-
YUV158.43126.6398.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=25.83%
G=39.74%
B=34.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801560.3500.130.29157.1429.5858.24
Hex75B49C230D1D9d1e3a
Octal16526423443015352353672
Binary1110101101101001001110010001101101111011001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B49C; }

 p { color: rgb(117,180,156); }

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

<style>
 a { background-color: #75B49C; }

 a { background-color: rgb(117,180,156); }

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

<style>
 span { border-color: #75B49C; }

 span { border-color: rgb(117,180,156); }

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