Html Css Color HEX #80A393 Acapulco

📋 copy color: '#80A393'

red 128 ◦ green 163 ◦ blue 147

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

Shades of Acapulco #80A393

Tints of Acapulco #80A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

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

R = 29.22%
G = 37.21%
B = 33.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#80A393 (or 0x80A393) is known color: Acapulco. HEX triplet: 80, A3 and 93. RGB value is (128,163,147). Sum of RGB (Red+Green+Blue) = 128+163+147=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #80A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A393 is #7F5C6C. Grayscale: #969696. Windows color (decimal): -8346733 or 9675648. OLE color: 9675648.

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

Color convert

RGB 128 163 147 -
CMYK 0.21 0 0.10 0.36
HSL 152.57º 0.16% 0.57% -
HSV(B) 152.57º 0.21% 0.64% -
XYZ 27.27 32.89 32.52 -
YUV 150.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 128 163 147 0.21 0 0.10 0.36 152.57 0.16 0.57
Hex 80 A3 93 15 0 A 24 99 10 39
Octal 200 243 223 25 0 12 44 231 20 71
Binary 10000000 10100011 10010011 10101 0 1010 100100 10011001 10000 111001

Color Harmonies of #80A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A393

Black with #80A393

Text Example


Text Example

White with #80A393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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