#75AB92

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

Shades of Acapulco #75AB92

Tints of Acapulco #75AB92

Color information

#75AB92 (or 0x75AB92) is unknown color: approx Acapulco. HEX triplet: 75, AB and 92. RGB value is (117,171,146). Sum of RGB (Red+Green+Blue) = 117+171+146=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AB92 is #8A546D. Grayscale: #989898. Windows color (decimal): -9065582 or 9612149. OLE color: 9612149.

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

Color convert

RGB117171146-
CMYK0.3200.150.33
HSL152.22º24.32%56.47%-
HSV(B)152.22º31.58%67.06%-
XYZ27.0934.9832.52-
YUV152124.61103.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=26.96%
G=39.40%
B=33.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711460.3200.150.33152.2224.3256.47
Hex75AB92200F21981838
Octal16525322240017412303070
Binary11101011010101110010010100000011111000011001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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