#75A995

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

Shades of Acapulco #75A995

Tints of Acapulco #75A995

Color information

#75A995 (or 0x75A995) is unknown color: approx Acapulco. HEX triplet: 75, A9 and 95. RGB value is (117,169,149). Sum of RGB (Red+Green+Blue) = 117+169+149=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #75A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A995 is #8A566A. Grayscale: #979797. Windows color (decimal): -9066091 or 9808245. OLE color: 9808245.

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

Color convert

RGB117169149-
CMYK0.3100.120.34
HSL156.92º23.21%56.08%-
HSV(B)156.92º30.77%66.27%-
XYZ26.9534.3333.64-
YUV151.17126.77103.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=26.90%
G=38.85%
B=34.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171691490.3100.120.34156.9223.2156.08
Hex75A9951F0C229d1738
Octal16525122537014422352770
Binary1110101101010011001010111111011001000101001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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