Html Css Color HEX #73A491 Acapulco

📋 copy color: '#73A491'

red 115 ◦ green 164 ◦ blue 145

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

Shades of Acapulco #73A491

Tints of Acapulco #73A491

RGB

 RED value IS 115 (45.31% from 255) = 27.12%

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

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 27.12%
G = 38.68%
B = 34.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#73A491 (or 0x73A491) is known color: Acapulco. HEX triplet: 73, A4 and 91. RGB value is (115,164,145). Sum of RGB (Red+Green+Blue) = 115+164+145=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #73A491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A491 is #8C5B6E. Grayscale: #939393. Windows color (decimal): -9198447 or 9544819. OLE color: 9544819.

HSL color Cylindrical-coordinate representation of color #73A491: hue angle of 156.73º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A491 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 164 145 -
CMYK 0.30 0 0.12 0.36
HSL 156.73º 0.21% 0.55% -
HSV(B) 156.73º 0.3% 0.64% -
XYZ 25.46 32.24 31.67 -
YUV 147.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 115 164 145 0.30 0 0.12 0.36 156.73 0.21 0.55
Hex 73 A4 91 1E 0 C 24 9D 15 37
Octal 163 244 221 36 0 14 44 235 25 67
Binary 1110011 10100100 10010001 11110 0 1100 100100 10011101 10101 110111

Color Harmonies of #73A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A491

Black with #73A491

Text Example


Text Example

White with #73A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A491; }

 p { color: rgb(115,164,145); }

 H1.HeaderClassName
 {
   color: #73A491;
 }
 .AnyTagClassName
 {
   color: #73A491;
 }
</style>

background-color css

<style>
 a { background-color: #73A491; }

 a { background-color: rgb(115,164,145); }

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

border-color css

<style>
 span { border-color: #73A491; }

 span { border-color: rgb(115,164,145); }

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