#75AE94

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

Shades of Acapulco #75AE94

Tints of Acapulco #75AE94

Color information

#75AE94 (or 0x75AE94) is unknown color: approx Acapulco. HEX triplet: 75, AE and 94. RGB value is (117,174,148). Sum of RGB (Red+Green+Blue) = 117+174+148=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AE94 is #8A516B. Grayscale: #9A9A9A. Windows color (decimal): -9064812 or 9743989. OLE color: 9743989.

HSL color Cylindrical-coordinate representation of color #75AE94: hue angle of 152.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AE94 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB117174148-
CMYK0.3300.150.32
HSL152.63º26.03%57.06%-
HSV(B)152.63º32.76%68.24%-
XYZ27.8236.1933.54-
YUV153.99124.62101.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=26.65%
G=39.64%
B=33.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741480.3300.150.32152.6326.0357.06
Hex75AE94210F20991a39
Octal16525622441017402313271
Binary11101011010111010010100100001011111000001001100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,148); }

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

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

 a { background-color: rgb(117,174,148); }

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

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

 span { border-color: rgb(117,174,148); }

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