#75B59B

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

Shades of Acapulco #75B59B

Tints of Acapulco #75B59B

Color information

#75B59B (or 0x75B59B) is unknown color: approx Acapulco. HEX triplet: 75, B5 and 9B. RGB value is (117,181,155). Sum of RGB (Red+Green+Blue) = 117+181+155=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #75B59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B59B is #8A4A64. Grayscale: #9E9E9E. Windows color (decimal): -9063013 or 10204533. OLE color: 10204533.

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

Color convert

RGB117181155-
CMYK0.3500.140.29
HSL155.62º30.19%58.43%-
HSV(B)155.62º35.36%70.98%-
XYZ29.7839.237.01-
YUV158.9125.898.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=25.83%
G=39.96%
B=34.22%

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
Decimal1171811550.3500.140.29155.6230.1958.43
Hex75B59B230E1D9c1e3a
Octal16526523343016352343672
Binary1110101101101011001101110001101110111011001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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