Html Css Color HEX #80A18F Acapulco

📋 copy color: '#80A18F'

red 128 ◦ green 161 ◦ blue 143

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

Shades of Acapulco #80A18F

Tints of Acapulco #80A18F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.27%

 BLUE value IS 143 (56.25% from 255) = 33.1%

R = 29.63%
G = 37.27%
B = 33.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#80A18F (or 0x80A18F) is known color: Acapulco. HEX triplet: 80, A1 and 8F. RGB value is (128,161,143). Sum of RGB (Red+Green+Blue) = 128+161+143=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #80A18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A18F is #7F5E70. Grayscale: #959595. Windows color (decimal): -8347249 or 9412992. OLE color: 9412992.

HSL color Cylindrical-coordinate representation of color #80A18F: hue angle of 147.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A18F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 143 -
CMYK 0.20 0 0.11 0.37
HSL 147.27º 0.15% 0.57% -
HSV(B) 147.27º 0.2% 0.63% -
XYZ 26.6 32.06 30.77 -
YUV 149.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 128 161 143 0.20 0 0.11 0.37 147.27 0.15 0.57
Hex 80 A1 8F 14 0 B 25 93 F 39
Octal 200 241 217 24 0 13 45 223 17 71
Binary 10000000 10100001 10001111 10100 0 1011 100101 10010011 1111 111001

Color Harmonies of #80A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A18F

Black with #80A18F

Text Example


Text Example

White with #80A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,161,143); }

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

background-color css

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

 a { background-color: rgb(128,161,143); }

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

border-color css

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

 span { border-color: rgb(128,161,143); }

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