#75AA92

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

Shades of Acapulco #75AA92

Tints of Acapulco #75AA92

Color information

#75AA92 (or 0x75AA92) is unknown color: approx Acapulco. HEX triplet: 75, AA and 92. RGB value is (117,170,146). Sum of RGB (Red+Green+Blue) = 117+170+146=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA92 is #8A556D. Grayscale: #979797. Windows color (decimal): -9065838 or 9611893. OLE color: 9611893.

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

Color convert

RGB117170146-
CMYK0.3100.140.33
HSL152.83º23.77%56.27%-
HSV(B)152.83º31.18%66.67%-
XYZ26.934.6132.46-
YUV151.42124.94103.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=27.02%
G=39.26%
B=33.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701460.3100.140.33152.8323.7756.27
Hex75AA921F0E21991838
Octal16525222237016412313070
Binary1110101101010101001001011111011101000011001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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