Html Css Color HEX #80AC99 Acapulco

📋 copy color: '#80AC99'

red 128 ◦ green 172 ◦ blue 153

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

Shades of Acapulco #80AC99

Tints of Acapulco #80AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 28.26%
G = 37.97%
B = 33.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#80AC99 (or 0x80AC99) is known color: Acapulco. HEX triplet: 80, AC and 99. RGB value is (128,172,153). Sum of RGB (Red+Green+Blue) = 128+172+153=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC99 is #7F5366. Grayscale: #9C9C9C. Windows color (decimal): -8344423 or 10071168. OLE color: 10071168.

HSL color Cylindrical-coordinate representation of color #80AC99: hue angle of 154.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC99 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 153 -
CMYK 0.26 0 0.11 0.33
HSL 154.09º 0.21% 0.59% -
HSV(B) 154.09º 0.26% 0.67% -
XYZ 29.4 36.39 35.61 -
YUV 156.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 128 172 153 0.26 0 0.11 0.33 154.09 0.21 0.59
Hex 80 AC 99 1A 0 B 21 9A 15 3B
Octal 200 254 231 32 0 13 41 232 25 73
Binary 10000000 10101100 10011001 11010 0 1011 100001 10011010 10101 111011

Color Harmonies of #80AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC99

Black with #80AC99

Text Example


Text Example

White with #80AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,153); }

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

background-color css

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

 a { background-color: rgb(128,172,153); }

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

border-color css

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

 span { border-color: rgb(128,172,153); }

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