#75A18F

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

Shades of Acapulco #75A18F

Tints of Acapulco #75A18F

Color information

#75A18F (or 0x75A18F) is unknown color: approx Acapulco. HEX triplet: 75, A1 and 8F. RGB value is (117,161,143). Sum of RGB (Red+Green+Blue) = 117+161+143=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #75A18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A18F is #8A5E70. Grayscale: #919191. Windows color (decimal): -9068145 or 9412981. OLE color: 9412981.

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

Color convert

RGB117161143-
CMYK0.2700.110.37
HSL155.45º18.97%54.51%-
HSV(B)155.45º27.33%63.14%-
XYZ25.0431.2530.7-
YUV145.79126.42107.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=27.79%
G=38.24%
B=33.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171611430.2700.110.37155.4518.9754.51
Hex75A18F1B0B259b1337
Octal16524121733013452332367
Binary1110101101000011000111111011010111001011001101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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