Html Css Color HEX #75BEA0 Acapulco

📋 copy color: '#75BEA0'

red 117 ◦ green 190 ◦ blue 160

#75BEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #75BEA0

Tints of Acapulco #75BEA0

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 value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#75BEA0 (or 0x75BEA0) is known color: 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

RGB 117 190 160 -
CMYK 0.38 0 0.16 0.25
HSL 155.34º 0.36% 0.6% -
HSV(B) 155.34º 0.38% 0.75% -
XYZ 32.09 43.15 39.89 -
YUV 164.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 117 190 160 0.38 0 0.16 0.25 155.34 0.36 0.6
Hex 75 BE A0 26 0 10 19 9B 24 3C
Octal 165 276 240 46 0 20 31 233 44 74
Binary 1110101 10111110 10100000 100110 0 10000 11001 10011011 100100 111100

Color Harmonies of #75BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEA0

Black with #75BEA0

Text Example


Text Example

White with #75BEA0

Text Example


Text Example

HTML Codes & Css Web 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>