#75AF9E

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

Shades of Acapulco #75AF9E

Tints of Acapulco #75AF9E

Color information

#75AF9E (or 0x75AF9E) is unknown color: approx Acapulco. HEX triplet: 75, AF and 9E. RGB value is (117,175,158). Sum of RGB (Red+Green+Blue) = 117+175+158=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AF9E is #8A5061. Grayscale: #9B9B9B. Windows color (decimal): -9064546 or 10399605. OLE color: 10399605.

HSL color Cylindrical-coordinate representation of color #75AF9E: hue angle of 162.41º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AF9E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB117175158-
CMYK0.3300.100.31
HSL162.41º26.61%57.25%-
HSV(B)162.41º33.14%68.63%-
XYZ28.8436.9137.95-
YUV155.72129.28100.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=26%
G=38.89%
B=35.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751580.3300.100.31162.4126.6157.25
Hex75AF9E210A1Fa21b39
Octal16525723641012372423371
Binary1110101101011111001111010000101010111111010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,158); }

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

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

 a { background-color: rgb(117,175,158); }

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

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

 span { border-color: rgb(117,175,158); }

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