#75B99F

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

Shades of Acapulco #75B99F

Tints of Acapulco #75B99F

Color information

#75B99F (or 0x75B99F) is unknown color: approx Acapulco. HEX triplet: 75, B9 and 9F. RGB value is (117,185,159). Sum of RGB (Red+Green+Blue) = 117+185+159=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #75B99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B99F is #8A4660. Grayscale: #A1A1A1. Windows color (decimal): -9061985 or 10467701. OLE color: 10467701.

HSL color Cylindrical-coordinate representation of color #75B99F: hue angle of 157.06º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B99F is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB117185159-
CMYK0.3700.140.27
HSL157.06º32.69%59.22%-
HSV(B)157.06º36.76%72.55%-
XYZ30.9440.9839.08-
YUV161.7126.4796.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=25.38%
G=40.13%
B=34.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851590.3700.140.27157.0632.6959.22
Hex75B99F250E1B9d213b
Octal16527123745016332354173
Binary11101011011100110011111100101011101101110011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,159); }

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

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

 a { background-color: rgb(117,185,159); }

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

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

 span { border-color: rgb(117,185,159); }

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