#75AD9A

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

Shades of Acapulco #75AD9A

Tints of Acapulco #75AD9A

Color information

#75AD9A (or 0x75AD9A) is unknown color: approx Acapulco. HEX triplet: 75, AD and 9A. RGB value is (117,173,154). Sum of RGB (Red+Green+Blue) = 117+173+154=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD9A is #8A5265. Grayscale: #9A9A9A. Windows color (decimal): -9065062 or 10136949. OLE color: 10136949.

HSL color Cylindrical-coordinate representation of color #75AD9A: hue angle of 159.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AD9A is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB117173154-
CMYK0.3200.110.32
HSL159.64º25.45%56.86%-
HSV(B)159.64º32.37%67.84%-
XYZ28.113636.04-
YUV154.09127.95101.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=26.35%
G=38.96%
B=34.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731540.3200.110.32159.6425.4556.86
Hex75AD9A200B20a01939
Octal16525523240013402403171
Binary11101011010110110011010100000010111000001010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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