#75B39B

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

Shades of Acapulco #75B39B

Tints of Acapulco #75B39B

Color information

#75B39B (or 0x75B39B) is unknown color: approx Acapulco. HEX triplet: 75, B3 and 9B. RGB value is (117,179,155). Sum of RGB (Red+Green+Blue) = 117+179+155=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #75B39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B39B is #8A4C64. Grayscale: #9D9D9D. Windows color (decimal): -9063525 or 10204021. OLE color: 10204021.

HSL color Cylindrical-coordinate representation of color #75B39B: hue angle of 156.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B39B is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB117179155-
CMYK0.3500.130.30
HSL156.77º28.97%58.04%-
HSV(B)156.77º34.64%70.2%-
XYZ29.3738.3936.87-
YUV157.73126.4698.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=25.94%
G=39.69%
B=34.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791550.3500.130.30156.7728.9758.04
Hex75B39B230D1E9d1d3a
Octal16526323343015362353572
Binary1110101101100111001101110001101101111101001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,179,155); }

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

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

 a { background-color: rgb(117,179,155); }

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

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

 span { border-color: rgb(117,179,155); }

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