#75A18A

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

Shades of Acapulco #75A18A

Tints of Acapulco #75A18A

Color information

#75A18A (or 0x75A18A) is unknown color: approx Acapulco. HEX triplet: 75, A1 and 8A. RGB value is (117,161,138). Sum of RGB (Red+Green+Blue) = 117+161+138=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #75A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A18A is #8A5E75. Grayscale: #919191. Windows color (decimal): -9068150 or 9085301. OLE color: 9085301.

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

Color convert

RGB117161138-
CMYK0.2700.140.37
HSL148.64º18.97%54.51%-
HSV(B)148.64º27.33%63.14%-
XYZ24.6731.1128.75-
YUV145.22123.92107.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=28.12%
G=38.70%
B=33.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171611380.2700.140.37148.6418.9754.51
Hex75A18A1B0E25951337
Octal16524121233016452252367
Binary1110101101000011000101011011011101001011001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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