#75AC93

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

Shades of Acapulco #75AC93

Tints of Acapulco #75AC93

Color information

#75AC93 (or 0x75AC93) is unknown color: approx Acapulco. HEX triplet: 75, AC and 93. RGB value is (117,172,147). Sum of RGB (Red+Green+Blue) = 117+172+147=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC93 is #8A536C. Grayscale: #989898. Windows color (decimal): -9065325 or 9677941. OLE color: 9677941.

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

Color convert

RGB117172147-
CMYK0.3200.150.33
HSL152.73º24.89%56.67%-
HSV(B)152.73º31.98%67.45%-
XYZ27.3635.3932.99-
YUV152.71124.78102.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=26.83%
G=39.45%
B=33.72%

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
Decimal1171721470.3200.150.33152.7324.8956.67
Hex75AC93200F21991939
Octal16525422340017412313171
Binary11101011010110010010011100000011111000011001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,147); }

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

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

 a { background-color: rgb(117,172,147); }

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

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

 span { border-color: rgb(117,172,147); }

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