#75BEA0

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

Shades of Acapulco #75BEA0

Tints of Acapulco #75BEA0

Color information

#75BEA0 (or 0x75BEA0) is unknown color: approx Acapulco. HEX triplet: 75, BE and A0. RGB value is (117,190,160). Sum of RGB (Red+Green+Blue) = 117+190+160=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA0 is #8A415F. Grayscale: #A4A4A4. Windows color (decimal): -9060704 or 10534517. OLE color: 10534517.

HSL color Cylindrical-coordinate representation of color #75BEA0: hue angle of 155.34º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEA0 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB117190160-
CMYK0.3800.160.25
HSL155.34º35.96%60.2%-
HSV(B)155.34º38.42%74.51%-
XYZ32.0943.1539.89-
YUV164.75125.3293.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=25.05%
G=40.69%
B=34.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901600.3800.160.25155.3435.9660.2
Hex75BEA026010199b243c
Octal16527624046020312334474
Binary111010110111110101000001001100100001100110011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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