#75B499

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

Shades of Acapulco #75B499

Tints of Acapulco #75B499

Color information

#75B499 (or 0x75B499) is unknown color: approx Acapulco. HEX triplet: 75, B4 and 99. RGB value is (117,180,153). Sum of RGB (Red+Green+Blue) = 117+180+153=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #75B499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B499 is #8A4B66. Grayscale: #9E9E9E. Windows color (decimal): -9063271 or 10073205. OLE color: 10073205.

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

Color convert

RGB117180153-
CMYK0.3500.150.29
HSL154.29º29.58%58.24%-
HSV(B)154.29º35%70.59%-
XYZ29.4138.7236.06-
YUV158.08125.1398.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 34%
R=26%
G=40%
B=34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801530.3500.150.29154.2929.5858.24
Hex75B499230F1D9a1e3a
Octal16526423143017352323672
Binary1110101101101001001100110001101111111011001101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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