#75B59D

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

Shades of Acapulco #75B59D

Tints of Acapulco #75B59D

Color information

#75B59D (or 0x75B59D) is unknown color: approx Acapulco. HEX triplet: 75, B5 and 9D. RGB value is (117,181,157). Sum of RGB (Red+Green+Blue) = 117+181+157=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #75B59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B59D is #8A4A62. Grayscale: #9F9F9F. Windows color (decimal): -9063011 or 10335605. OLE color: 10335605.

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

Color convert

RGB117181157-
CMYK0.3500.130.29
HSL157.5º30.19%58.43%-
HSV(B)157.5º35.36%70.98%-
XYZ29.9539.2637.9-
YUV159.13126.897.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.71%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=25.71%
G=39.78%
B=34.51%

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
Decimal1171811570.3500.130.29157.530.1958.43
Hex75B59D230D1D9e1e3a
Octal16526523543015352363672
Binary1110101101101011001110110001101101111011001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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