Html Css Color HEX #80A694 Acapulco

📋 copy color: '#80A694'

red 128 ◦ green 166 ◦ blue 148

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

Shades of Acapulco #80A694

Tints of Acapulco #80A694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 28.96%
G = 37.56%
B = 33.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#80A694 (or 0x80A694) is known color: Acapulco. HEX triplet: 80, A6 and 94. RGB value is (128,166,148). Sum of RGB (Red+Green+Blue) = 128+166+148=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #80A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A694 is #7F596B. Grayscale: #989898. Windows color (decimal): -8345964 or 9741952. OLE color: 9741952.

HSL color Cylindrical-coordinate representation of color #80A694: hue angle of 151.58º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A694 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 148 -
CMYK 0.23 0 0.11 0.35
HSL 151.58º 0.18% 0.58% -
HSV(B) 151.58º 0.23% 0.65% -
XYZ 27.88 34 33.11 -
YUV 152.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 128 166 148 0.23 0 0.11 0.35 151.58 0.18 0.58
Hex 80 A6 94 17 0 B 23 98 12 3A
Octal 200 246 224 27 0 13 43 230 22 72
Binary 10000000 10100110 10010100 10111 0 1011 100011 10011000 10010 111010

Color Harmonies of #80A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A694

Black with #80A694

Text Example


Text Example

White with #80A694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,166,148); }

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

background-color css

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

 a { background-color: rgb(128,166,148); }

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

border-color css

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

 span { border-color: rgb(128,166,148); }

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