#75B093

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

Shades of Acapulco #75B093

Tints of Acapulco #75B093

Color information

#75B093 (or 0x75B093) is unknown color: approx Acapulco. HEX triplet: 75, B0 and 93. RGB value is (117,176,147). Sum of RGB (Red+Green+Blue) = 117+176+147=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #75B093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B093 is #8A4F6C. Grayscale: #9B9B9B. Windows color (decimal): -9064301 or 9678965. OLE color: 9678965.

HSL color Cylindrical-coordinate representation of color #75B093: hue angle of 150.51º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B093 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB117176147-
CMYK0.3400.160.31
HSL150.51º27.19%57.45%-
HSV(B)150.51º33.52%69.02%-
XYZ28.1336.9433.25-
YUV155.05123.45100.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=26.59%
G=40%
B=33.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171761470.3400.160.31150.5127.1957.45
Hex75B093220101F971b39
Octal16526022342020372273371
Binary11101011011000010010011100010010000111111001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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