#75A992

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

Shades of Acapulco #75A992

Tints of Acapulco #75A992

Color information

#75A992 (or 0x75A992) is unknown color: approx Acapulco. HEX triplet: 75, A9 and 92. RGB value is (117,169,146). Sum of RGB (Red+Green+Blue) = 117+169+146=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #75A992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A992 is #8A566D. Grayscale: #969696. Windows color (decimal): -9066094 or 9611637. OLE color: 9611637.

HSL color Cylindrical-coordinate representation of color #75A992: hue angle of 153.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A992 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB117169146-
CMYK0.3100.140.34
HSL153.46º23.21%56.08%-
HSV(B)153.46º30.77%66.27%-
XYZ26.7134.2332.39-
YUV150.83125.27103.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=27.08%
G=39.12%
B=33.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171691460.3100.140.34153.4623.2156.08
Hex75A9921F0E22991738
Octal16525122237016422312770
Binary1110101101010011001001011111011101000101001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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