#75B597

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

Shades of Acapulco #75B597

Tints of Acapulco #75B597

Color information

#75B597 (or 0x75B597) is unknown color: approx Acapulco. HEX triplet: 75, B5 and 97. RGB value is (117,181,151). Sum of RGB (Red+Green+Blue) = 117+181+151=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #75B597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B597 is #8A4A68. Grayscale: #9E9E9E. Windows color (decimal): -9063017 or 9942389. OLE color: 9942389.

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

Color convert

RGB117181151-
CMYK0.3500.170.29
HSL151.88º30.19%58.43%-
HSV(B)151.88º35.36%70.98%-
XYZ29.4539.0635.27-
YUV158.44123.898.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=26.06%
G=40.31%
B=33.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811510.3500.170.29151.8830.1958.43
Hex75B597230111D981e3a
Octal16526522743021352303672
Binary11101011011010110010111100011010001111011001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,151); }

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

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

 a { background-color: rgb(117,181,151); }

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

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

 span { border-color: rgb(117,181,151); }

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