#75AF92

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

Shades of Acapulco #75AF92

Tints of Acapulco #75AF92

Color information

#75AF92 (or 0x75AF92) is unknown color: approx Acapulco. HEX triplet: 75, AF and 92. RGB value is (117,175,146). Sum of RGB (Red+Green+Blue) = 117+175+146=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AF92 is #8A506D. Grayscale: #9A9A9A. Windows color (decimal): -9064558 or 9613173. OLE color: 9613173.

HSL color Cylindrical-coordinate representation of color #75AF92: hue angle of 150º 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 #75AF92 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB117175146-
CMYK0.3300.170.31
HSL150º26.61%57.25%-
HSV(B)150º33.14%68.63%-
XYZ27.8536.5232.77-
YUV154.35123.28101.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=26.71%
G=39.95%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751460.3300.170.3115026.6157.25
Hex75AF92210111F961b39
Octal16525722241021372263371
Binary11101011010111110010010100001010001111111001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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