Html Css Color HEX #75AA8F Acapulco

📋 copy color: '#75AA8F'

red 117 ◦ green 170 ◦ blue 143

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

Shades of Acapulco #75AA8F

Tints of Acapulco #75AA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 27.21%
G = 39.53%
B = 33.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#75AA8F (or 0x75AA8F) is known color: Acapulco. HEX triplet: 75, AA and 8F. RGB value is (117,170,143). Sum of RGB (Red+Green+Blue) = 117+170+143=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA8F is #8A5570. Grayscale: #979797. Windows color (decimal): -9065841 or 9415285. OLE color: 9415285.

HSL color Cylindrical-coordinate representation of color #75AA8F: hue angle of 149.43º 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 #75AA8F is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 143 -
CMYK 0.31 0 0.16 0.33
HSL 149.43º 0.24% 0.56% -
HSV(B) 149.43º 0.31% 0.67% -
XYZ 26.67 34.51 31.24 -
YUV 151.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 117 170 143 0.31 0 0.16 0.33 149.43 0.24 0.56
Hex 75 AA 8F 1F 0 10 21 95 18 38
Octal 165 252 217 37 0 20 41 225 30 70
Binary 1110101 10101010 10001111 11111 0 10000 100001 10010101 11000 111000

Color Harmonies of #75AA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA8F

Black with #75AA8F

Text Example


Text Example

White with #75AA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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