#75BAA0

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

Shades of Acapulco #75BAA0

Tints of Acapulco #75BAA0

Color information

#75BAA0 (or 0x75BAA0) is unknown color: approx Acapulco. HEX triplet: 75, BA and A0. RGB value is (117,186,160). Sum of RGB (Red+Green+Blue) = 117+186+160=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAA0 is #8A455F. Grayscale: #A2A2A2. Windows color (decimal): -9061728 or 10533493. OLE color: 10533493.

HSL color Cylindrical-coordinate representation of color #75BAA0: hue angle of 157.39º 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 #75BAA0 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB117186160-
CMYK0.3700.140.27
HSL157.39º33.33%59.41%-
HSV(B)157.39º37.1%72.94%-
XYZ31.2441.4439.61-
YUV162.4126.6495.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=25.27%
G=40.17%
B=34.56%

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
Decimal1171861600.3700.140.27157.3933.3359.41
Hex75BAA0250E1B9d213b
Octal16527224045016332354173
Binary11101011011101010100000100101011101101110011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,160); }

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

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

 a { background-color: rgb(117,186,160); }

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

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

 span { border-color: rgb(117,186,160); }

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