Html Css Color HEX #75A88C Acapulco

📋 copy color: '#75A88C'

red 117 ◦ green 168 ◦ blue 140

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

Shades of Acapulco #75A88C

Tints of Acapulco #75A88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.53%

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 27.53%
G = 39.53%
B = 32.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#75A88C (or 0x75A88C) is known color: Acapulco. HEX triplet: 75, A8 and 8C. RGB value is (117,168,140). Sum of RGB (Red+Green+Blue) = 117+168+140=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #75A88C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A88C is #8A5773. Grayscale: #959595. Windows color (decimal): -9066356 or 9218165. OLE color: 9218165.

HSL color Cylindrical-coordinate representation of color #75A88C: hue angle of 147.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A88C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 140 -
CMYK 0.30 0 0.17 0.34
HSL 147.06º 0.23% 0.56% -
HSV(B) 147.06º 0.3% 0.66% -
XYZ 26.07 33.68 29.94 -
YUV 149.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 117 168 140 0.30 0 0.17 0.34 147.06 0.23 0.56
Hex 75 A8 8C 1E 0 11 22 93 17 38
Octal 165 250 214 36 0 21 42 223 27 70
Binary 1110101 10101000 10001100 11110 0 10001 100010 10010011 10111 111000

Color Harmonies of #75A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A88C

Black with #75A88C

Text Example


Text Example

White with #75A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,140); }

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

background-color css

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

 a { background-color: rgb(117,168,140); }

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

border-color css

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

 span { border-color: rgb(117,168,140); }

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