Html Css Color HEX #75AA8D Acapulco

📋 copy color: '#75AA8D'

red 117 ◦ green 170 ◦ blue 141

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

Shades of Acapulco #75AA8D

Tints of Acapulco #75AA8D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.72%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 27.34%
G = 39.72%
B = 32.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#75AA8D (or 0x75AA8D) is known color: Acapulco. HEX triplet: 75, AA and 8D. RGB value is (117,170,141). Sum of RGB (Red+Green+Blue) = 117+170+141=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA8D is #8A5572. Grayscale: #969696. Windows color (decimal): -9065843 or 9284213. OLE color: 9284213.

HSL color Cylindrical-coordinate representation of color #75AA8D: hue angle of 147.17º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AA8D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 141 -
CMYK 0.31 0 0.17 0.33
HSL 147.17º 0.24% 0.56% -
HSV(B) 147.17º 0.31% 0.67% -
XYZ 26.52 34.45 30.45 -
YUV 150.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 117 170 141 0.31 0 0.17 0.33 147.17 0.24 0.56
Hex 75 AA 8D 1F 0 11 21 93 18 38
Octal 165 252 215 37 0 21 41 223 30 70
Binary 1110101 10101010 10001101 11111 0 10001 100001 10010011 11000 111000

Color Harmonies of #75AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA8D

Black with #75AA8D

Text Example


Text Example

White with #75AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,141); }

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

background-color css

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

 a { background-color: rgb(117,170,141); }

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

border-color css

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

 span { border-color: rgb(117,170,141); }

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