#75AE92

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

Shades of Acapulco #75AE92

Tints of Acapulco #75AE92

Color information

#75AE92 (or 0x75AE92) is unknown color: approx Acapulco. HEX triplet: 75, AE and 92. RGB value is (117,174,146). Sum of RGB (Red+Green+Blue) = 117+174+146=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AE92 is #8A516D. Grayscale: #999999. Windows color (decimal): -9064814 or 9612917. OLE color: 9612917.

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

Color convert

RGB117174146-
CMYK0.3300.160.32
HSL150.53º26.03%57.06%-
HSV(B)150.53º32.76%68.24%-
XYZ27.6636.1332.71-
YUV153.76123.62101.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=26.77%
G=39.82%
B=33.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741460.3300.160.32150.5326.0357.06
Hex75AE922101020971a39
Octal16525622241020402273271
Binary111010110101110100100101000010100001000001001011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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