#75A18D

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

Shades of Acapulco #75A18D

Tints of Acapulco #75A18D

Color information

#75A18D (or 0x75A18D) is unknown color: approx Acapulco. HEX triplet: 75, A1 and 8D. RGB value is (117,161,141). Sum of RGB (Red+Green+Blue) = 117+161+141=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #75A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A18D is #8A5E72. Grayscale: #919191. Windows color (decimal): -9068147 or 9281909. OLE color: 9281909.

HSL color Cylindrical-coordinate representation of color #75A18D: hue angle of 152.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A18D is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB117161141-
CMYK0.2700.120.37
HSL152.73º18.97%54.51%-
HSV(B)152.73º27.33%63.14%-
XYZ24.8931.1929.91-
YUV145.56125.42107.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=27.92%
G=38.42%
B=33.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171611410.2700.120.37152.7318.9754.51
Hex75A18D1B0C25991337
Octal16524121533014452312367
Binary1110101101000011000110111011011001001011001100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,141); }

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

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

 a { background-color: rgb(117,161,141); }

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

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

 span { border-color: rgb(117,161,141); }

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