Html Css Color HEX #80A592 Acapulco

📋 copy color: '#80A592'

red 128 ◦ green 165 ◦ blue 146

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

Shades of Acapulco #80A592

Tints of Acapulco #80A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 29.16%
G = 37.59%
B = 33.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#80A592 (or 0x80A592) is known color: Acapulco. HEX triplet: 80, A5 and 92. RGB value is (128,165,146). Sum of RGB (Red+Green+Blue) = 128+165+146=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #80A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A592 is #7F5A6D. Grayscale: #979797. Windows color (decimal): -8346222 or 9610624. OLE color: 9610624.

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

Color convert

RGB 128 165 146 -
CMYK 0.22 0 0.12 0.35
HSL 149.19º 0.17% 0.57% -
HSV(B) 149.19º 0.22% 0.65% -
XYZ 27.55 33.57 32.22 -
YUV 151.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 128 165 146 0.22 0 0.12 0.35 149.19 0.17 0.57
Hex 80 A5 92 16 0 C 23 95 11 39
Octal 200 245 222 26 0 14 43 225 21 71
Binary 10000000 10100101 10010010 10110 0 1100 100011 10010101 10001 111001

Color Harmonies of #80A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A592

Black with #80A592

Text Example


Text Example

White with #80A592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,146); }

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

background-color css

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

 a { background-color: rgb(128,165,146); }

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

border-color css

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

 span { border-color: rgb(128,165,146); }

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