Html Css Color HEX #75AA9A Acapulco

📋 copy color: '#75AA9A'

red 117 ◦ green 170 ◦ blue 154

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

Shades of Acapulco #75AA9A

Tints of Acapulco #75AA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 26.53%
G = 38.55%
B = 34.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#75AA9A (or 0x75AA9A) is known color: Acapulco. HEX triplet: 75, AA and 9A. RGB value is (117,170,154). Sum of RGB (Red+Green+Blue) = 117+170+154=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA9A is #8A5565. Grayscale: #989898. Windows color (decimal): -9065830 or 10136181. OLE color: 10136181.

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

Color convert

RGB 117 170 154 -
CMYK 0.31 0 0.09 0.33
HSL 161.89º 0.24% 0.56% -
HSV(B) 161.89º 0.31% 0.67% -
XYZ 27.54 34.86 35.85 -
YUV 152.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 117 170 154 0.31 0 0.09 0.33 161.89 0.24 0.56
Hex 75 AA 9A 1F 0 9 21 A2 18 38
Octal 165 252 232 37 0 11 41 242 30 70
Binary 1110101 10101010 10011010 11111 0 1001 100001 10100010 11000 111000

Color Harmonies of #75AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA9A

Black with #75AA9A

Text Example


Text Example

White with #75AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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