#75AD96

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

Shades of Acapulco #75AD96

Tints of Acapulco #75AD96

Color information

#75AD96 (or 0x75AD96) is unknown color: approx Acapulco. HEX triplet: 75, AD and 96. RGB value is (117,173,150). Sum of RGB (Red+Green+Blue) = 117+173+150=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD96 is #8A5269. Grayscale: #999999. Windows color (decimal): -9065066 or 9874805. OLE color: 9874805.

HSL color Cylindrical-coordinate representation of color #75AD96: hue angle of 155.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AD96 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB117173150-
CMYK0.3200.130.32
HSL155.36º25.45%56.86%-
HSV(B)155.36º32.37%67.84%-
XYZ27.7835.8734.31-
YUV153.63125.95101.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=26.59%
G=39.32%
B=34.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731500.3200.130.32155.3625.4556.86
Hex75AD96200D209b1939
Octal16525522640015402333171
Binary11101011010110110010110100000011011000001001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,150); }

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

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

 a { background-color: rgb(117,173,150); }

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

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

 span { border-color: rgb(117,173,150); }

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