Html Css Color HEX #75A493 Acapulco

📋 copy color: '#75A493'

red 117 ◦ green 164 ◦ blue 147

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

Shades of Acapulco #75A493

Tints of Acapulco #75A493

RGB

 RED value IS 117 (46.09% from 255) = 27.34%

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 27.34%
G = 38.32%
B = 34.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#75A493 (or 0x75A493) is known color: Acapulco. HEX triplet: 75, A4 and 93. RGB value is (117,164,147). Sum of RGB (Red+Green+Blue) = 117+164+147=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #75A493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A493 is #8A5B6C. Grayscale: #949494. Windows color (decimal): -9067373 or 9675893. OLE color: 9675893.

HSL color Cylindrical-coordinate representation of color #75A493: hue angle of 158.3º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A493 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 147 -
CMYK 0.29 0 0.10 0.36
HSL 158.3º 0.21% 0.55% -
HSV(B) 158.3º 0.29% 0.64% -
XYZ 25.88 32.44 32.5 -
YUV 148.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 117 164 147 0.29 0 0.10 0.36 158.3 0.21 0.55
Hex 75 A4 93 1D 0 A 24 9E 15 37
Octal 165 244 223 35 0 12 44 236 25 67
Binary 1110101 10100100 10010011 11101 0 1010 100100 10011110 10101 110111

Color Harmonies of #75A493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A493

Black with #75A493

Text Example


Text Example

White with #75A493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,147); }

 H1.HeaderClassName
 {
   color: #75A493;
 }
 .AnyTagClassName
 {
   color: #75A493;
 }
</style>

background-color css

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

 a { background-color: rgb(117,164,147); }

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

border-color css

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

 span { border-color: rgb(117,164,147); }

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