Html Css Color HEX #80AD99 Acapulco

📋 copy color: '#80AD99'

red 128 ◦ green 173 ◦ blue 153

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

Shades of Acapulco #80AD99

Tints of Acapulco #80AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

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

R = 28.19%
G = 38.11%
B = 33.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#80AD99 (or 0x80AD99) is known color: Acapulco. HEX triplet: 80, AD and 99. RGB value is (128,173,153). Sum of RGB (Red+Green+Blue) = 128+173+153=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD99 is #7F5266. Grayscale: #9D9D9D. Windows color (decimal): -8344167 or 10071424. OLE color: 10071424.

HSL color Cylindrical-coordinate representation of color #80AD99: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD99 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 153 -
CMYK 0.26 0 0.12 0.32
HSL 153.33º 0.22% 0.59% -
HSV(B) 153.33º 0.26% 0.68% -
XYZ 29.6 36.78 35.68 -
YUV 157.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 128 173 153 0.26 0 0.12 0.32 153.33 0.22 0.59
Hex 80 AD 99 1A 0 C 20 99 16 3B
Octal 200 255 231 32 0 14 40 231 26 73
Binary 10000000 10101101 10011001 11010 0 1100 100000 10011001 10110 111011

Color Harmonies of #80AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD99

Black with #80AD99

Text Example


Text Example

White with #80AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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