#75A48E

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

Shades of Acapulco #75A48E

Tints of Acapulco #75A48E

Color information

#75A48E (or 0x75A48E) is unknown color: approx Acapulco. HEX triplet: 75, A4 and 8E. RGB value is (117,164,142). Sum of RGB (Red+Green+Blue) = 117+164+142=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #75A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A48E is #8A5B71. Grayscale: #939393. Windows color (decimal): -9067378 or 9348213. OLE color: 9348213.

HSL color Cylindrical-coordinate representation of color #75A48E: hue angle of 151.91º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A48E is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB117164142-
CMYK0.2900.130.36
HSL151.91º20.52%55.1%-
HSV(B)151.91º28.66%64.31%-
XYZ25.4932.2930.48-
YUV147.44124.93106.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=27.66%
G=38.77%
B=33.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171641420.2900.130.36151.9120.5255.1
Hex75A48E1D0D24981537
Octal16524421635015442302567
Binary1110101101001001000111011101011011001001001100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,142); }

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

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

 a { background-color: rgb(117,164,142); }

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

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

 span { border-color: rgb(117,164,142); }

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