#75B697

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

Shades of Acapulco #75B697

Tints of Acapulco #75B697

Color information

#75B697 (or 0x75B697) is unknown color: approx Acapulco. HEX triplet: 75, B6 and 97. RGB value is (117,182,151). Sum of RGB (Red+Green+Blue) = 117+182+151=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #75B697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B697 is #8A4968. Grayscale: #9F9F9F. Windows color (decimal): -9062761 or 9942645. OLE color: 9942645.

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

Color convert

RGB117182151-
CMYK0.3600.170.29
HSL151.38º30.81%58.63%-
HSV(B)151.38º35.71%71.37%-
XYZ29.6539.4735.33-
YUV159.03123.4798.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=26%
G=40.44%
B=33.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821510.3600.170.29151.3830.8158.63
Hex75B697240111D971f3b
Octal16526622744021352273773
Binary11101011011011010010111100100010001111011001011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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