#75AD9C

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

Shades of Acapulco #75AD9C

Tints of Acapulco #75AD9C

Color information

#75AD9C (or 0x75AD9C) is unknown color: approx Acapulco. HEX triplet: 75, AD and 9C. RGB value is (117,173,156). Sum of RGB (Red+Green+Blue) = 117+173+156=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD9C is #8A5263. Grayscale: #9A9A9A. Windows color (decimal): -9065060 or 10268021. OLE color: 10268021.

HSL color Cylindrical-coordinate representation of color #75AD9C: hue angle of 161.79º 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 #75AD9C is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB117173156-
CMYK0.3200.100.32
HSL161.79º25.45%56.86%-
HSV(B)161.79º32.37%67.84%-
XYZ28.2836.0736.92-
YUV154.32128.95101.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=26.23%
G=38.79%
B=34.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731560.3200.100.32161.7925.4556.86
Hex75AD9C200A20a21939
Octal16525523440012402423171
Binary11101011010110110011100100000010101000001010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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