#75B498

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

Shades of Acapulco #75B498

Tints of Acapulco #75B498

Color information

#75B498 (or 0x75B498) is unknown color: approx Acapulco. HEX triplet: 75, B4 and 98. RGB value is (117,180,152). Sum of RGB (Red+Green+Blue) = 117+180+152=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #75B498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B498 is #8A4B67. Grayscale: #9E9E9E. Windows color (decimal): -9063272 or 10007669. OLE color: 10007669.

HSL color Cylindrical-coordinate representation of color #75B498: hue angle of 153.33º 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 #75B498 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB117180152-
CMYK0.3500.160.29
HSL153.33º29.58%58.24%-
HSV(B)153.33º35%70.59%-
XYZ29.3238.6935.63-
YUV157.97124.6398.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=26.06%
G=40.09%
B=33.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801520.3500.160.29153.3329.5858.24
Hex75B498230101D991e3a
Octal16526423043020352313672
Binary11101011011010010011000100011010000111011001100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,180,152); }

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

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

 a { background-color: rgb(117,180,152); }

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

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

 span { border-color: rgb(117,180,152); }

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