#75A68D

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

Shades of Acapulco #75A68D

Tints of Acapulco #75A68D

Color information

#75A68D (or 0x75A68D) is unknown color: approx Acapulco. HEX triplet: 75, A6 and 8D. RGB value is (117,166,141). Sum of RGB (Red+Green+Blue) = 117+166+141=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #75A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A68D is #8A5972. Grayscale: #949494. Windows color (decimal): -9066867 or 9283189. OLE color: 9283189.

HSL color Cylindrical-coordinate representation of color #75A68D: hue angle of 149.39º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A68D is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB117166141-
CMYK0.3000.150.35
HSL149.39º21.59%55.49%-
HSV(B)149.39º29.52%65.1%-
XYZ25.7832.9830.21-
YUV148.5123.77105.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=27.59%
G=39.15%
B=33.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171661410.3000.150.35149.3921.5955.49
Hex75A68D1E0F23951637
Octal16524621536017432252667
Binary1110101101001101000110111110011111000111001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,166,141); }

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

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

 a { background-color: rgb(117,166,141); }

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

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

 span { border-color: rgb(117,166,141); }

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