#75AA8F

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

Shades of Acapulco #75AA8F

Tints of Acapulco #75AA8F

Color information

#75AA8F (or 0x75AA8F) is unknown color: approx Acapulco. HEX triplet: 75, AA and 8F. RGB value is (117,170,143). Sum of RGB (Red+Green+Blue) = 117+170+143=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA8F is #8A5570. Grayscale: #979797. Windows color (decimal): -9065841 or 9415285. OLE color: 9415285.

HSL color Cylindrical-coordinate representation of color #75AA8F: hue angle of 149.43º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AA8F is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB117170143-
CMYK0.3100.160.33
HSL149.43º23.77%56.27%-
HSV(B)149.43º31.18%66.67%-
XYZ26.6734.5131.24-
YUV151.07123.44103.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=27.21%
G=39.53%
B=33.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701430.3100.160.33149.4323.7756.27
Hex75AA8F1F01021951838
Octal16525221737020412253070
Binary11101011010101010001111111110100001000011001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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