#75B495

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

Shades of Acapulco #75B495

Tints of Acapulco #75B495

Color information

#75B495 (or 0x75B495) is unknown color: approx Acapulco. HEX triplet: 75, B4 and 95. RGB value is (117,180,149). Sum of RGB (Red+Green+Blue) = 117+180+149=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #75B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B495 is #8A4B6A. Grayscale: #9D9D9D. Windows color (decimal): -9063275 or 9811061. OLE color: 9811061.

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

Color convert

RGB117180149-
CMYK0.3500.170.29
HSL150.48º29.58%58.24%-
HSV(B)150.48º35%70.59%-
XYZ29.0838.5934.35-
YUV157.63123.1399.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=26.23%
G=40.36%
B=33.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801490.3500.170.29150.4829.5858.24
Hex75B495230111D961e3a
Octal16526422543021352263672
Binary11101011011010010010101100011010001111011001011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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