#75B59E

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

Shades of Acapulco #75B59E

Tints of Acapulco #75B59E

Color information

#75B59E (or 0x75B59E) is unknown color: approx Acapulco. HEX triplet: 75, B5 and 9E. RGB value is (117,181,158). Sum of RGB (Red+Green+Blue) = 117+181+158=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #75B59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B59E is #8A4A61. Grayscale: #9F9F9F. Windows color (decimal): -9063010 or 10401141. OLE color: 10401141.

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

Color convert

RGB117181158-
CMYK0.3500.130.29
HSL158.44º30.19%58.43%-
HSV(B)158.44º35.36%70.98%-
XYZ30.0339.338.35-
YUV159.24127.397.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=25.66%
G=39.69%
B=34.65%

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
Decimal1171811580.3500.130.29158.4430.1958.43
Hex75B59E230D1D9e1e3a
Octal16526523643015352363672
Binary1110101101101011001111010001101101111011001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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