#75AD98

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

Shades of Acapulco #75AD98

Tints of Acapulco #75AD98

Color information

#75AD98 (or 0x75AD98) is unknown color: approx Acapulco. HEX triplet: 75, AD and 98. RGB value is (117,173,152). Sum of RGB (Red+Green+Blue) = 117+173+152=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD98 is #8A5267. Grayscale: #999999. Windows color (decimal): -9065064 or 10005877. OLE color: 10005877.

HSL color Cylindrical-coordinate representation of color #75AD98: hue angle of 157.5º 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 #75AD98 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB117173152-
CMYK0.3200.120.32
HSL157.5º25.45%56.86%-
HSV(B)157.5º32.37%67.84%-
XYZ27.9535.9435.17-
YUV153.86126.95101.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=26.47%
G=39.14%
B=34.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731520.3200.120.32157.525.4556.86
Hex75AD98200C209e1939
Octal16525523040014402363171
Binary11101011010110110011000100000011001000001001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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