#75AF91

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

Shades of Acapulco #75AF91

Tints of Acapulco #75AF91

Color information

#75AF91 (or 0x75AF91) is unknown color: approx Acapulco. HEX triplet: 75, AF and 91. RGB value is (117,175,145). Sum of RGB (Red+Green+Blue) = 117+175+145=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AF91 is #8A506E. Grayscale: #9A9A9A. Windows color (decimal): -9064559 or 9547637. OLE color: 9547637.

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

Color convert

RGB117175145-
CMYK0.3300.170.31
HSL148.97º26.61%57.25%-
HSV(B)148.97º33.14%68.63%-
XYZ27.7836.4932.37-
YUV154.24122.78101.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=26.77%
G=40.05%
B=33.18%

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
Decimal1171751450.3300.170.31148.9726.6157.25
Hex75AF91210111F951b39
Octal16525722141021372253371
Binary11101011010111110010001100001010001111111001010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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