#75B49A

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

Shades of Acapulco #75B49A

Tints of Acapulco #75B49A

Color information

#75B49A (or 0x75B49A) is unknown color: approx Acapulco. HEX triplet: 75, B4 and 9A. RGB value is (117,180,154). Sum of RGB (Red+Green+Blue) = 117+180+154=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #75B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B49A is #8A4B65. Grayscale: #9E9E9E. Windows color (decimal): -9063270 or 10138741. OLE color: 10138741.

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

Color convert

RGB117180154-
CMYK0.3500.140.29
HSL155.24º29.58%58.24%-
HSV(B)155.24º35%70.59%-
XYZ29.4938.7636.5-
YUV158.2125.6398.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=25.94%
G=39.91%
B=34.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801540.3500.140.29155.2429.5858.24
Hex75B49A230E1D9b1e3a
Octal16526423243016352333672
Binary1110101101101001001101010001101110111011001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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