#75B49D

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

Shades of Acapulco #75B49D

Tints of Acapulco #75B49D

Color information

#75B49D (or 0x75B49D) is unknown color: approx Acapulco. HEX triplet: 75, B4 and 9D. RGB value is (117,180,157). Sum of RGB (Red+Green+Blue) = 117+180+157=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #75B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B49D is #8A4B62. Grayscale: #9E9E9E. Windows color (decimal): -9063267 or 10335349. OLE color: 10335349.

HSL color Cylindrical-coordinate representation of color #75B49D: hue angle of 158.1º 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 #75B49D is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB117180157-
CMYK0.3500.130.29
HSL158.1º29.58%58.24%-
HSV(B)158.1º35%70.59%-
XYZ29.7438.8637.83-
YUV158.54127.1398.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=25.77%
G=39.65%
B=34.58%

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
Decimal1171801570.3500.130.29158.129.5858.24
Hex75B49D230D1D9e1e3a
Octal16526423543015352363672
Binary1110101101101001001110110001101101111011001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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