Html Css Color HEX #80A493 Acapulco

📋 copy color: '#80A493'

red 128 ◦ green 164 ◦ blue 147

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

Shades of Acapulco #80A493

Tints of Acapulco #80A493

RGB

 RED value IS 128 (50.39% from 255) = 29.16%

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

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 29.16%
G = 37.36%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#80A493 (or 0x80A493) is known color: Acapulco. HEX triplet: 80, A4 and 93. RGB value is (128,164,147). Sum of RGB (Red+Green+Blue) = 128+164+147=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #80A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A493 is #7F5B6C. Grayscale: #979797. Windows color (decimal): -8346477 or 9675904. OLE color: 9675904.

HSL color Cylindrical-coordinate representation of color #80A493: hue angle of 151.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A493 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 147 -
CMYK 0.22 0 0.10 0.36
HSL 151.67º 0.17% 0.57% -
HSV(B) 151.67º 0.22% 0.64% -
XYZ 27.44 33.25 32.57 -
YUV 151.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 128 164 147 0.22 0 0.10 0.36 151.67 0.17 0.57
Hex 80 A4 93 16 0 A 24 98 11 39
Octal 200 244 223 26 0 12 44 230 21 71
Binary 10000000 10100100 10010011 10110 0 1010 100100 10011000 10001 111001

Color Harmonies of #80A493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A493

Black with #80A493

Text Example


Text Example

White with #80A493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A493; }

 p { color: rgb(128,164,147); }

 H1.HeaderClassName
 {
   color: #80A493;
 }
 .AnyTagClassName
 {
   color: #80A493;
 }
</style>

background-color css

<style>
 a { background-color: #80A493; }

 a { background-color: rgb(128,164,147); }

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

border-color css

<style>
 span { border-color: #80A493; }

 span { border-color: rgb(128,164,147); }

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